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

public final class UserType extends com.azure.core.util.ExpandableStringEnum<UserType>
The type of user.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final UserType
    Static value Group for UserType.
    static final UserType
    Static value User for UserType.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static UserType
    Creates or finds a UserType from its string representation.
    Gets known UserType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • USER

      public static final UserType USER
      Static value User for UserType.
    • GROUP

      public static final UserType GROUP
      Static value Group for UserType.
  • Constructor Details

  • Method Details

    • fromString

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

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