Class RecipientType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RecipientType>
com.azure.resourcemanager.authorization.models.RecipientType
The recipient type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecipientTypeStatic value Admin for RecipientType.static final RecipientTypeStatic value Approver for RecipientType.static final RecipientTypeStatic value Requestor for RecipientType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecipientTypefromString(String name) Creates or finds a RecipientType from its string representation.static Collection<RecipientType>values()Gets known RecipientType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
REQUESTOR
Static value Requestor for RecipientType. -
APPROVER
Static value Approver for RecipientType. -
ADMIN
Static value Admin for RecipientType.
-
-
Constructor Details
-
RecipientType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RecipientType value.
-
-
Method Details
-
fromString
Creates or finds a RecipientType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RecipientType.
-
values
Gets known RecipientType values.- Returns:
- known RecipientType values.
-
fromString(String)factory method.