Class BookmarkExpandParameters
java.lang.Object
com.azure.resourcemanager.securityinsights.models.BookmarkExpandParameters
The parameters required to execute an expand operation on the given bookmark.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionendTime()
Get the endTime property: The end date filter, so the only expansion results returned are before this date.Get the expansionId property: The Id of the expansion to perform.Get the startTime property: The start date filter, so the only expansion results returned are after this date.void
validate()
Validates the instance.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end date filter, so the only expansion results returned are before this date.withExpansionId
(UUID expansionId) Set the expansionId property: The Id of the expansion to perform.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start date filter, so the only expansion results returned are after this date.
-
Constructor Details
-
BookmarkExpandParameters
public BookmarkExpandParameters()
-
-
Method Details
-
endTime
Get the endTime property: The end date filter, so the only expansion results returned are before this date.- Returns:
- the endTime value.
-
withEndTime
Set the endTime property: The end date filter, so the only expansion results returned are before this date.- Parameters:
endTime
- the endTime value to set.- Returns:
- the BookmarkExpandParameters object itself.
-
expansionId
Get the expansionId property: The Id of the expansion to perform.- Returns:
- the expansionId value.
-
withExpansionId
Set the expansionId property: The Id of the expansion to perform.- Parameters:
expansionId
- the expansionId value to set.- Returns:
- the BookmarkExpandParameters object itself.
-
startTime
Get the startTime property: The start date filter, so the only expansion results returned are after this date.- Returns:
- the startTime value.
-
withStartTime
Set the startTime property: The start date filter, so the only expansion results returned are after this date.- Parameters:
startTime
- the startTime value to set.- Returns:
- the BookmarkExpandParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-