public static enum ListNotifyTemplatesRequest.TypesEnum extends Enum<ListNotifyTemplatesRequest.TypesEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListNotifyTemplatesRequest.TypesEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static ListNotifyTemplatesRequest.TypesEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ListNotifyTemplatesRequest.TypesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListNotifyTemplatesRequest.TypesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="metric") public static final ListNotifyTemplatesRequest.TypesEnum METRIC
@SerializedName(value="event") public static final ListNotifyTemplatesRequest.TypesEnum EVENT
public static ListNotifyTemplatesRequest.TypesEnum[] values()
for (ListNotifyTemplatesRequest.TypesEnum c : ListNotifyTemplatesRequest.TypesEnum.values()) System.out.println(c);
public static ListNotifyTemplatesRequest.TypesEnum 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<ListNotifyTemplatesRequest.TypesEnum>public static ListNotifyTemplatesRequest.TypesEnum fromValue(String input)
Copyright © 2026. All rights reserved.