Package com.mypurecloud.sdk.v2.model
Enum Class ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum
java.lang.Object
java.lang.Enum<ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum>
com.mypurecloud.sdk.v2.model.ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum
- All Implemented Interfaces:
Serializable,Comparable<ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum>,java.lang.constant.Constable
- Enclosing class:
- ConversationCallbackEventTopicCallbackMediaParticipant
public static enum ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum
extends Enum<ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum>
Gets or Sets initialState
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionfromString(String key) toString()Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OUTDATEDSDKVERSION
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum OUTDATEDSDKVERSION -
ALERTING
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum ALERTING -
DIALING
-
CONTACTING
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum CONTACTING -
OFFERING
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum OFFERING -
CONNECTED
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum CONNECTED -
DISCONNECTED
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum DISCONNECTED -
TERMINATED
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum TERMINATED -
CONVERTING
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum CONVERTING -
UPLOADING
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum UPLOADING -
TRANSMITTING
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum TRANSMITTING -
SCHEDULED
public static final ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum SCHEDULED -
PARKED
-
NONE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromString
public static ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum fromString(String key) -
toString
- Overrides:
toStringin classEnum<ConversationCallbackEventTopicCallbackMediaParticipant.InitialStateEnum>
-