public static enum WhatsAppBusinessAccount.EnumTasks extends Enum<WhatsAppBusinessAccount.EnumTasks>
| Enum Constant and Description |
|---|
VALUE_DEVELOP |
VALUE_MANAGE |
VALUE_MANAGE_PHONE |
VALUE_MANAGE_TEMPLATES |
VALUE_VIEW_COST |
| 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.
|
public static final WhatsAppBusinessAccount.EnumTasks VALUE_DEVELOP
public static final WhatsAppBusinessAccount.EnumTasks VALUE_MANAGE
public static final WhatsAppBusinessAccount.EnumTasks VALUE_MANAGE_PHONE
public static final WhatsAppBusinessAccount.EnumTasks VALUE_MANAGE_TEMPLATES
public static final WhatsAppBusinessAccount.EnumTasks VALUE_VIEW_COST
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 © 2020. All rights reserved.