Package com.mypurecloud.sdk.v2.model
Enum Class PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum
java.lang.Object
java.lang.Enum<PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum>
com.mypurecloud.sdk.v2.model.PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum
- All Implemented Interfaces:
Serializable,Comparable<PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum>,java.lang.constant.Constable
- Enclosing class:
- PersistentConnectionChangeTopicPersistentConnectionChangeEvent
public static enum PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum
extends Enum<PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum>
Gets or Sets persistentState
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
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 PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum OUTDATEDSDKVERSION -
UNKNOWN
public static final PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum UNKNOWN -
PERSISTED
public static final PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum PERSISTED -
ACTIVE_CALL
public static final PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum ACTIVE_CALL -
DISCONNECTED
public static final PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum DISCONNECTED -
FAILED
public static final PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum FAILED
-
-
Method Details
-
values
public static PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum[] 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 PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum 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 PersistentConnectionChangeTopicPersistentConnectionChangeEvent.PersistentStateEnum fromString(String key) -
toString
-