public static enum WhatsAppTemplateApiResponse.CategoryEnum extends Enum<WhatsAppTemplateApiResponse.CategoryEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
WhatsAppTemplateApiResponse.CategoryEnum.Adapter |
| Enum Constant and Description |
|---|
ACCOUNT_UPDATE |
ALERT_UPDATE |
APPOINTMENT_UPDATE |
AUTO_REPLY |
ISSUE_RESOLUTION |
PAYMENT_UPDATE |
PERSONAL_FINANCE_UPDATE |
RESERVATION_UPDATE |
SHIPPING_UPDATE |
TICKET_UPDATE |
TRANSPORTATION_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static WhatsAppTemplateApiResponse.CategoryEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static WhatsAppTemplateApiResponse.CategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhatsAppTemplateApiResponse.CategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhatsAppTemplateApiResponse.CategoryEnum ACCOUNT_UPDATE
public static final WhatsAppTemplateApiResponse.CategoryEnum PAYMENT_UPDATE
public static final WhatsAppTemplateApiResponse.CategoryEnum PERSONAL_FINANCE_UPDATE
public static final WhatsAppTemplateApiResponse.CategoryEnum SHIPPING_UPDATE
public static final WhatsAppTemplateApiResponse.CategoryEnum RESERVATION_UPDATE
public static final WhatsAppTemplateApiResponse.CategoryEnum ISSUE_RESOLUTION
public static final WhatsAppTemplateApiResponse.CategoryEnum APPOINTMENT_UPDATE
public static final WhatsAppTemplateApiResponse.CategoryEnum TRANSPORTATION_UPDATE
public static final WhatsAppTemplateApiResponse.CategoryEnum TICKET_UPDATE
public static final WhatsAppTemplateApiResponse.CategoryEnum ALERT_UPDATE
public static final WhatsAppTemplateApiResponse.CategoryEnum AUTO_REPLY
public static WhatsAppTemplateApiResponse.CategoryEnum[] values()
for (WhatsAppTemplateApiResponse.CategoryEnum c : WhatsAppTemplateApiResponse.CategoryEnum.values()) System.out.println(c);
public static WhatsAppTemplateApiResponse.CategoryEnum 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<WhatsAppTemplateApiResponse.CategoryEnum>public static WhatsAppTemplateApiResponse.CategoryEnum fromValue(String value)
Copyright © 2022. All rights reserved.