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