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