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>
The recipient type.
  • 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

      @Deprecated public RecipientType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RecipientType value.
  • 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()
      Gets known RecipientType values.
      Returns:
      known RecipientType values.