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