Bookmark Interface
public interface Bookmark
An immutable client-side representation of Bookmark.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
created()
Gets the created property: The time the bookmark was created. |
|
abstract
User |
createdBy()
Gets the created |
| abstract String |
displayName()
Gets the display |
| abstract String |
etag()
Gets the etag property: Etag of the azure resource. |
|
abstract
Offset |
eventTime()
Gets the event |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Incident |
incidentInfo()
Gets the incident |
|
abstract
Bookmark |
innerModel()
Gets the inner com. |
| abstract List<String> |
labels()
Gets the labels property: List of labels relevant to this bookmark. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
notes()
Gets the notes property: The notes of the bookmark. |
| abstract String |
query()
Gets the query property: The query of the bookmark. |
|
abstract
Offset |
queryEndTime()
Gets the query |
| abstract String |
queryResult()
Gets the query |
|
abstract
Offset |
queryStartTime()
Gets the query |
| abstract Bookmark |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Bookmark |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Bookmark resource. |
|
abstract
Offset |
updated()
Gets the updated property: The last time the bookmark was updated. |
|
abstract
User |
updatedBy()
Gets the updated |
Method Details
created
public abstract OffsetDateTime created()
Gets the created property: The time the bookmark was created.
Returns:
createdBy
public abstract UserInfo createdBy()
Gets the createdBy property: Describes a user that created the bookmark.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: The display name of the bookmark.
Returns:
etag
public abstract String etag()
Gets the etag property: Etag of the azure resource.
Returns:
eventTime
public abstract OffsetDateTime eventTime()
Gets the eventTime property: The bookmark event time.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
incidentInfo
public abstract IncidentInfo incidentInfo()
Gets the incidentInfo property: Describes an incident that relates to bookmark.
Returns:
innerModel
public abstract BookmarkInner innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.BookmarkInner object.
Returns:
labels
public abstract List<String> labels()
Gets the labels property: List of labels relevant to this bookmark.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
notes
public abstract String notes()
Gets the notes property: The notes of the bookmark.
Returns:
query
public abstract String query()
Gets the query property: The query of the bookmark.
Returns:
queryEndTime
public abstract OffsetDateTime queryEndTime()
Gets the queryEndTime property: The end time for the query.
Returns:
queryResult
public abstract String queryResult()
Gets the queryResult property: The query result of the bookmark.
Returns:
queryStartTime
public abstract OffsetDateTime queryStartTime()
Gets the queryStartTime property: The start time for the query.
Returns:
refresh
public abstract Bookmark refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Bookmark refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Bookmark.Update update()
Begins update for the Bookmark resource.
Returns:
updated
public abstract OffsetDateTime updated()
Gets the updated property: The last time the bookmark was updated.
Returns:
updatedBy
public abstract UserInfo updatedBy()
Gets the updatedBy property: Describes a user that updated the bookmark.
Returns: