Uses of Class
com.azure.resourcemanager.securityinsights.models.EntityTimelineKind
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of EntityTimelineKind in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final EntityTimelineKind
EntityTimelineKind.ACTIVITY
Static value Activity for EntityTimelineKind.static final EntityTimelineKind
EntityTimelineKind.ANOMALY
Static value Anomaly for EntityTimelineKind.static final EntityTimelineKind
EntityTimelineKind.BOOKMARK
Static value Bookmark for EntityTimelineKind.static final EntityTimelineKind
EntityTimelineKind.SECURITY_ALERT
Static value SecurityAlert for EntityTimelineKind.Modifier and TypeMethodDescriptionstatic EntityTimelineKind
EntityTimelineKind.fromString
(String name) Creates or finds a EntityTimelineKind from its string representation.TimelineAggregation.kind()
Get the kind property: the query kind.TimelineError.kind()
Get the kind property: the query kind.Modifier and TypeMethodDescriptionEntityTimelineParameters.kinds()
Get the kinds property: Array of timeline Item kinds.static Collection<EntityTimelineKind>
EntityTimelineKind.values()
Gets known EntityTimelineKind values.Modifier and TypeMethodDescriptionTimelineAggregation.withKind
(EntityTimelineKind kind) Set the kind property: the query kind.TimelineError.withKind
(EntityTimelineKind kind) Set the kind property: the query kind.Modifier and TypeMethodDescriptionEntityTimelineParameters.withKinds
(List<EntityTimelineKind> kinds) Set the kinds property: Array of timeline Item kinds.