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

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

    • ID

      public static final GroupsOrderby ID
      Static value id for GroupsOrderby.
    • ID_DESC

      public static final GroupsOrderby ID_DESC
      Static value id desc for GroupsOrderby.
    • DELETED_DATE_TIME

      public static final GroupsOrderby DELETED_DATE_TIME
      Static value deletedDateTime for GroupsOrderby.
    • DELETED_DATE_TIME_DESC

      public static final GroupsOrderby DELETED_DATE_TIME_DESC
      Static value deletedDateTime desc for GroupsOrderby.
  • Constructor Details

    • GroupsOrderby

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

    • fromString

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

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