Share via


TemplateName Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.apimanagement.v2019_01_01.TemplateName

public final class TemplateName
extends com.microsoft.rest.ExpandableStringEnum<TemplateName>

Defines values for TemplateName.

Field Summary

Modifier and Type Field and Description
static final TemplateName ACCOUNT_CLOSED_DEVELOPER

Static value accountClosedDeveloper for TemplateName.

static final TemplateName APPLICATION_APPROVED_NOTIFICATION_MESSAGE

Static value applicationApprovedNotificationMessage for TemplateName.

static final TemplateName CONFIRM_SIGN_UP_IDENTITY_DEFAULT

Static value confirmSignUpIdentityDefault for TemplateName.

static final TemplateName EMAIL_CHANGE_IDENTITY_DEFAULT

Static value emailChangeIdentityDefault for TemplateName.

static final TemplateName INVITE_USER_NOTIFICATION_MESSAGE

Static value inviteUserNotificationMessage for TemplateName.

static final TemplateName NEW_COMMENT_NOTIFICATION_MESSAGE

Static value newCommentNotificationMessage for TemplateName.

static final TemplateName NEW_DEVELOPER_NOTIFICATION_MESSAGE

Static value newDeveloperNotificationMessage for TemplateName.

static final TemplateName NEW_ISSUE_NOTIFICATION_MESSAGE

Static value newIssueNotificationMessage for TemplateName.

static final TemplateName PASSWORD_RESET_BY_ADMIN_NOTIFICATION_MESSAGE

Static value passwordResetByAdminNotificationMessage for TemplateName.

static final TemplateName PASSWORD_RESET_IDENTITY_DEFAULT

Static value passwordResetIdentityDefault for TemplateName.

static final TemplateName PURCHASE_DEVELOPER_NOTIFICATION_MESSAGE

Static value purchaseDeveloperNotificationMessage for TemplateName.

static final TemplateName QUOTA_LIMIT_APPROACHING_DEVELOPER_NOTIFICATION_MESSAGE

Static value quotaLimitApproachingDeveloperNotificationMessage for TemplateName.

static final TemplateName REJECT_DEVELOPER_NOTIFICATION_MESSAGE

Static value rejectDeveloperNotificationMessage for TemplateName.

static final TemplateName REQUEST_DEVELOPER_NOTIFICATION_MESSAGE

Static value requestDeveloperNotificationMessage for TemplateName.

Constructor Summary

Constructor Description
TemplateName()

Method Summary

Modifier and Type Method and Description
static TemplateName fromString(String name)

Creates or finds a TemplateName from its string representation.

static java.util.Collection<TemplateName> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

ACCOUNT_CLOSED_DEVELOPER

public static final TemplateName ACCOUNT_CLOSED_DEVELOPER

Static value accountClosedDeveloper for TemplateName.

APPLICATION_APPROVED_NOTIFICATION_MESSAGE

public static final TemplateName APPLICATION_APPROVED_NOTIFICATION_MESSAGE

Static value applicationApprovedNotificationMessage for TemplateName.

CONFIRM_SIGN_UP_IDENTITY_DEFAULT

public static final TemplateName CONFIRM_SIGN_UP_IDENTITY_DEFAULT

Static value confirmSignUpIdentityDefault for TemplateName.

EMAIL_CHANGE_IDENTITY_DEFAULT

public static final TemplateName EMAIL_CHANGE_IDENTITY_DEFAULT

Static value emailChangeIdentityDefault for TemplateName.

INVITE_USER_NOTIFICATION_MESSAGE

public static final TemplateName INVITE_USER_NOTIFICATION_MESSAGE

Static value inviteUserNotificationMessage for TemplateName.

NEW_COMMENT_NOTIFICATION_MESSAGE

public static final TemplateName NEW_COMMENT_NOTIFICATION_MESSAGE

Static value newCommentNotificationMessage for TemplateName.

NEW_DEVELOPER_NOTIFICATION_MESSAGE

public static final TemplateName NEW_DEVELOPER_NOTIFICATION_MESSAGE

Static value newDeveloperNotificationMessage for TemplateName.

NEW_ISSUE_NOTIFICATION_MESSAGE

public static final TemplateName NEW_ISSUE_NOTIFICATION_MESSAGE

Static value newIssueNotificationMessage for TemplateName.

PASSWORD_RESET_BY_ADMIN_NOTIFICATION_MESSAGE

public static final TemplateName PASSWORD_RESET_BY_ADMIN_NOTIFICATION_MESSAGE

Static value passwordResetByAdminNotificationMessage for TemplateName.

PASSWORD_RESET_IDENTITY_DEFAULT

public static final TemplateName PASSWORD_RESET_IDENTITY_DEFAULT

Static value passwordResetIdentityDefault for TemplateName.

PURCHASE_DEVELOPER_NOTIFICATION_MESSAGE

public static final TemplateName PURCHASE_DEVELOPER_NOTIFICATION_MESSAGE

Static value purchaseDeveloperNotificationMessage for TemplateName.

QUOTA_LIMIT_APPROACHING_DEVELOPER_NOTIFICATION_MESSAGE

public static final TemplateName QUOTA_LIMIT_APPROACHING_DEVELOPER_NOTIFICATION_MESSAGE

Static value quotaLimitApproachingDeveloperNotificationMessage for TemplateName.

REJECT_DEVELOPER_NOTIFICATION_MESSAGE

public static final TemplateName REJECT_DEVELOPER_NOTIFICATION_MESSAGE

Static value rejectDeveloperNotificationMessage for TemplateName.

REQUEST_DEVELOPER_NOTIFICATION_MESSAGE

public static final TemplateName REQUEST_DEVELOPER_NOTIFICATION_MESSAGE

Static value requestDeveloperNotificationMessage for TemplateName.

Constructor Details

TemplateName

public TemplateName()

Method Details

fromString

public static TemplateName fromString(String name)

Creates or finds a TemplateName from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding TemplateName

values

public static Collection<TemplateName> values()

Returns:

known TemplateName values

Applies to