Package com.mypurecloud.sdk.v2.model
Class ConversationEventTopicDisconnectReason
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventTopicDisconnectReason
- All Implemented Interfaces:
Serializable
ConversationEventTopicDisconnectReason
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDisconnect reason protocol type. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConversationEventTopicDisconnectReason
public ConversationEventTopicDisconnectReason() -
ConversationEventTopicDisconnectReason
-
-
Method Details
-
type
public ConversationEventTopicDisconnectReason type(ConversationEventTopicDisconnectReason.TypeEnum type) Disconnect reason protocol type. -
getType
-
setType
-
code
Protocol specific reason code. See the Q.850 and SIP specs. -
getCode
-
setCode
-
phrase
Human readable English description of the disconnect reason. -
getPhrase
-
setPhrase
-
equals
-
hashCode
public int hashCode() -
toString
-