public static enum CreateNotifyTemplateRequest.TypeEnum extends Enum<CreateNotifyTemplateRequest.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateNotifyTemplateRequest.TypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static CreateNotifyTemplateRequest.TypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static CreateNotifyTemplateRequest.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateNotifyTemplateRequest.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="metric") public static final CreateNotifyTemplateRequest.TypeEnum METRIC
@SerializedName(value="event") public static final CreateNotifyTemplateRequest.TypeEnum EVENT
public static CreateNotifyTemplateRequest.TypeEnum[] values()
for (CreateNotifyTemplateRequest.TypeEnum c : CreateNotifyTemplateRequest.TypeEnum.values()) System.out.println(c);
public static CreateNotifyTemplateRequest.TypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<CreateNotifyTemplateRequest.TypeEnum>public static CreateNotifyTemplateRequest.TypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.