Class TemplateName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TemplateName>
com.azure.resourcemanager.apimanagement.models.TemplateName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for TemplateName.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TemplateNameStatic value accountClosedDeveloper for TemplateName.static final TemplateNameStatic value applicationApprovedNotificationMessage for TemplateName.static final TemplateNameStatic value confirmSignUpIdentityDefault for TemplateName.static final TemplateNameStatic value emailChangeIdentityDefault for TemplateName.static final TemplateNameStatic value inviteUserNotificationMessage for TemplateName.static final TemplateNameStatic value newCommentNotificationMessage for TemplateName.static final TemplateNameStatic value newDeveloperNotificationMessage for TemplateName.static final TemplateNameStatic value newIssueNotificationMessage for TemplateName.static final TemplateNameStatic value passwordResetByAdminNotificationMessage for TemplateName.static final TemplateNameStatic value passwordResetIdentityDefault for TemplateName.static final TemplateNameStatic value purchaseDeveloperNotificationMessage for TemplateName.static final TemplateNameStatic value quotaLimitApproachingDeveloperNotificationMessage for TemplateName.static final TemplateNameStatic value rejectDeveloperNotificationMessage for TemplateName.static final TemplateNameStatic value requestDeveloperNotificationMessage for TemplateName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TemplateNamefromString(String name) Creates or finds a TemplateName from its string representation.static Collection<TemplateName> values()Gets known TemplateName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
APPLICATION_APPROVED_NOTIFICATION_MESSAGE
Static value applicationApprovedNotificationMessage for TemplateName. -
ACCOUNT_CLOSED_DEVELOPER
Static value accountClosedDeveloper for TemplateName. -
QUOTA_LIMIT_APPROACHING_DEVELOPER_NOTIFICATION_MESSAGE
Static value quotaLimitApproachingDeveloperNotificationMessage for TemplateName. -
NEW_DEVELOPER_NOTIFICATION_MESSAGE
Static value newDeveloperNotificationMessage for TemplateName. -
EMAIL_CHANGE_IDENTITY_DEFAULT
Static value emailChangeIdentityDefault for TemplateName. -
INVITE_USER_NOTIFICATION_MESSAGE
Static value inviteUserNotificationMessage for TemplateName. -
NEW_COMMENT_NOTIFICATION_MESSAGE
Static value newCommentNotificationMessage for TemplateName. -
CONFIRM_SIGN_UP_IDENTITY_DEFAULT
Static value confirmSignUpIdentityDefault for TemplateName. -
NEW_ISSUE_NOTIFICATION_MESSAGE
Static value newIssueNotificationMessage for TemplateName. -
PURCHASE_DEVELOPER_NOTIFICATION_MESSAGE
Static value purchaseDeveloperNotificationMessage for TemplateName. -
PASSWORD_RESET_IDENTITY_DEFAULT
Static value passwordResetIdentityDefault for TemplateName. -
PASSWORD_RESET_BY_ADMIN_NOTIFICATION_MESSAGE
Static value passwordResetByAdminNotificationMessage for TemplateName. -
REJECT_DEVELOPER_NOTIFICATION_MESSAGE
Static value rejectDeveloperNotificationMessage for TemplateName. -
REQUEST_DEVELOPER_NOTIFICATION_MESSAGE
Static value requestDeveloperNotificationMessage for TemplateName.
-
-
Constructor Details
-
TemplateName
Deprecated.Use thefromString(String)factory method.Creates a new instance of TemplateName value.
-
-
Method Details
-
fromString
Creates or finds a TemplateName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TemplateName.
-
values
Gets known TemplateName values.- Returns:
- known TemplateName values.
-
fromString(String)factory method.