Class EntityTimelineKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EntityTimelineKind>
com.azure.resourcemanager.securityinsights.models.EntityTimelineKind
public final class EntityTimelineKind
extends com.azure.core.util.ExpandableStringEnum<EntityTimelineKind>
The entity query kind.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EntityTimelineKind
Static value Activity for EntityTimelineKind.static final EntityTimelineKind
Static value Anomaly for EntityTimelineKind.static final EntityTimelineKind
Static value Bookmark for EntityTimelineKind.static final EntityTimelineKind
Static value SecurityAlert for EntityTimelineKind. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EntityTimelineKind
fromString
(String name) Creates or finds a EntityTimelineKind from its string representation.static Collection<EntityTimelineKind>
values()
Gets known EntityTimelineKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ACTIVITY
Static value Activity for EntityTimelineKind. -
BOOKMARK
Static value Bookmark for EntityTimelineKind. -
SECURITY_ALERT
Static value SecurityAlert for EntityTimelineKind. -
ANOMALY
Static value Anomaly for EntityTimelineKind.
-
-
Constructor Details
-
EntityTimelineKind
public EntityTimelineKind()
-
-
Method Details
-
fromString
Creates or finds a EntityTimelineKind from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding EntityTimelineKind.
-
values
Gets known EntityTimelineKind values.- Returns:
- known EntityTimelineKind values.
-