Class RequestType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RequestType>
com.azure.resourcemanager.authorization.models.RequestType
Defines values for RequestType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RequestTypeStatic value AdminAssign for RequestType.static final RequestTypeStatic value AdminExtend for RequestType.static final RequestTypeStatic value AdminRemove for RequestType.static final RequestTypeStatic value AdminRenew for RequestType.static final RequestTypeStatic value AdminUpdate for RequestType.static final RequestTypeStatic value SelfActivate for RequestType.static final RequestTypeStatic value SelfDeactivate for RequestType.static final RequestTypeStatic value SelfExtend for RequestType.static final RequestTypeStatic value SelfRenew for RequestType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestTypefromString(String name) Creates or finds a RequestType from its string representation.static Collection<RequestType>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ADMIN_ASSIGN
Static value AdminAssign for RequestType. -
ADMIN_REMOVE
Static value AdminRemove for RequestType. -
ADMIN_UPDATE
Static value AdminUpdate for RequestType. -
ADMIN_EXTEND
Static value AdminExtend for RequestType. -
ADMIN_RENEW
Static value AdminRenew for RequestType. -
SELF_ACTIVATE
Static value SelfActivate for RequestType. -
SELF_DEACTIVATE
Static value SelfDeactivate for RequestType. -
SELF_EXTEND
Static value SelfExtend for RequestType. -
SELF_RENEW
Static value SelfRenew for RequestType.
-
-
Constructor Details
-
RequestType
public RequestType()
-
-
Method Details
-
fromString
Creates or finds a RequestType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RequestType.
-
values
- Returns:
- known RequestType values.
-