public enum ConversationWebhookStatus extends Enum<ConversationWebhookStatus>
| Modifier and Type | Method and Description |
|---|---|
static ConversationWebhookStatus |
forValue(String value) |
String |
getStatus() |
String |
toJson() |
String |
toString() |
static ConversationWebhookStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversationWebhookStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversationWebhookStatus ENABLED
public static final ConversationWebhookStatus DISABLED
public static ConversationWebhookStatus[] values()
for (ConversationWebhookStatus c : ConversationWebhookStatus.values()) System.out.println(c);
public static ConversationWebhookStatus 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 static ConversationWebhookStatus forValue(String value)
public String toJson()
public String getStatus()
public String toString()
toString in class Enum<ConversationWebhookStatus>Copyright © 2024. All rights reserved.