Class RecipientType

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

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

    • REQUESTOR

      public static final RecipientType REQUESTOR
      Static value Requestor for RecipientType.
    • APPROVER

      public static final RecipientType APPROVER
      Static value Approver for RecipientType.
    • ADMIN

      public static final RecipientType ADMIN
      Static value Admin for RecipientType.
  • Constructor Details

    • RecipientType

      public RecipientType()
  • Method Details

    • fromString

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

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