Class OwnerType


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

      • UNKNOWN

        public static final OwnerType UNKNOWN
        Static value Unknown for OwnerType.
      • USER

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

        public static final OwnerType GROUP
        Static value Group for OwnerType.
    • Constructor Detail

      • OwnerType

        public OwnerType()
    • Method Detail

      • fromString

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

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