public static enum WhatsAppBusinessAccount.EnumTasks extends Enum<WhatsAppBusinessAccount.EnumTasks>
| Enum Constant and Description |
|---|
VALUE_DEVELOP |
VALUE_MANAGE |
VALUE_MANAGE_EXTENSIONS |
VALUE_MANAGE_PHONE |
VALUE_MANAGE_PHONE_ASSETS |
VALUE_MANAGE_TEMPLATES |
VALUE_MESSAGING |
VALUE_VIEW_COST |
VALUE_VIEW_PHONE_ASSETS |
VALUE_VIEW_TEMPLATES |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WhatsAppBusinessAccount.EnumTasks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhatsAppBusinessAccount.EnumTasks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="DEVELOP") public static final WhatsAppBusinessAccount.EnumTasks VALUE_DEVELOP
@SerializedName(value="MANAGE") public static final WhatsAppBusinessAccount.EnumTasks VALUE_MANAGE
@SerializedName(value="MANAGE_EXTENSIONS") public static final WhatsAppBusinessAccount.EnumTasks VALUE_MANAGE_EXTENSIONS
@SerializedName(value="MANAGE_PHONE") public static final WhatsAppBusinessAccount.EnumTasks VALUE_MANAGE_PHONE
@SerializedName(value="MANAGE_PHONE_ASSETS") public static final WhatsAppBusinessAccount.EnumTasks VALUE_MANAGE_PHONE_ASSETS
@SerializedName(value="MANAGE_TEMPLATES") public static final WhatsAppBusinessAccount.EnumTasks VALUE_MANAGE_TEMPLATES
@SerializedName(value="MESSAGING") public static final WhatsAppBusinessAccount.EnumTasks VALUE_MESSAGING
@SerializedName(value="VIEW_COST") public static final WhatsAppBusinessAccount.EnumTasks VALUE_VIEW_COST
@SerializedName(value="VIEW_PHONE_ASSETS") public static final WhatsAppBusinessAccount.EnumTasks VALUE_VIEW_PHONE_ASSETS
@SerializedName(value="VIEW_TEMPLATES") public static final WhatsAppBusinessAccount.EnumTasks VALUE_VIEW_TEMPLATES
public static WhatsAppBusinessAccount.EnumTasks[] values()
for (WhatsAppBusinessAccount.EnumTasks c : WhatsAppBusinessAccount.EnumTasks.values()) System.out.println(c);
public static WhatsAppBusinessAccount.EnumTasks 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 toString()
toString in class Enum<WhatsAppBusinessAccount.EnumTasks>Copyright © 2024. All rights reserved.