java.lang.Object
com.azure.core.util.ExpandableStringEnum<GroupsSelect>
com.azure.resourcemanager.authorization.fluent.models.GroupsSelect

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

    • ID

      public static final GroupsSelect ID
      Static value id for GroupsSelect.
    • DELETED_DATE_TIME

      public static final GroupsSelect DELETED_DATE_TIME
      Static value deletedDateTime for GroupsSelect.
  • Constructor Details

    • GroupsSelect

      @Deprecated public GroupsSelect()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of GroupsSelect value.
  • Method Details

    • fromString

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

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