public static enum WhatsAppBusinessAccount.EnumGranularity extends Enum<WhatsAppBusinessAccount.EnumGranularity>
| Enum Constant and Description |
|---|
VALUE_DAILY |
VALUE_HALF_HOUR |
VALUE_MONTHLY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WhatsAppBusinessAccount.EnumGranularity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhatsAppBusinessAccount.EnumGranularity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="DAILY") public static final WhatsAppBusinessAccount.EnumGranularity VALUE_DAILY
@SerializedName(value="HALF_HOUR") public static final WhatsAppBusinessAccount.EnumGranularity VALUE_HALF_HOUR
@SerializedName(value="MONTHLY") public static final WhatsAppBusinessAccount.EnumGranularity VALUE_MONTHLY
public static WhatsAppBusinessAccount.EnumGranularity[] values()
for (WhatsAppBusinessAccount.EnumGranularity c : WhatsAppBusinessAccount.EnumGranularity.values()) System.out.println(c);
public static WhatsAppBusinessAccount.EnumGranularity 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.EnumGranularity>Copyright © 2024. All rights reserved.