Class Confirmation
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Confirmation>
com.azure.resourcemanager.apimanagement.models.Confirmation
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Determines the type of confirmation e-mail that will be sent to the newly created user.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfirmationStatic value invite for Confirmation.static final ConfirmationStatic value signup for Confirmation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfirmationfromString(String name) Creates or finds a Confirmation from its string representation.static Collection<Confirmation> values()Gets known Confirmation values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SIGNUP
Static value signup for Confirmation. -
INVITE
Static value invite for Confirmation.
-
-
Constructor Details
-
Confirmation
Deprecated.Use thefromString(String)factory method.Creates a new instance of Confirmation value.
-
-
Method Details
-
fromString
Creates or finds a Confirmation from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Confirmation.
-
values
Gets known Confirmation values.- Returns:
- known Confirmation values.
-
fromString(String)factory method.