Class EntityTimelineKind


  • public final class EntityTimelineKind
    extends com.azure.core.util.ExpandableStringEnum<EntityTimelineKind>
    Defines values for EntityTimelineKind.
    • Field Detail

      • ACTIVITY

        public static final EntityTimelineKind ACTIVITY
        Static value Activity for EntityTimelineKind.
      • BOOKMARK

        public static final EntityTimelineKind BOOKMARK
        Static value Bookmark for EntityTimelineKind.
      • SECURITY_ALERT

        public static final EntityTimelineKind SECURITY_ALERT
        Static value SecurityAlert for EntityTimelineKind.
    • Constructor Detail

      • EntityTimelineKind

        public EntityTimelineKind()
    • Method Detail

      • fromString

        public static EntityTimelineKind fromString​(String name)
        Creates or finds a EntityTimelineKind from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding EntityTimelineKind.
      • values

        public static Collection<EntityTimelineKind> values()
        Gets known EntityTimelineKind values.
        Returns:
        known EntityTimelineKind values.