Package com.mypurecloud.sdk.v2.model
Class WebChatGuestMediaRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.WebChatGuestMediaRequest
- All Implemented Interfaces:
Serializable
Object representing the guest model of a media request of a chat conversation.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the media request, one of PENDING|ACCEPTED|DECLINED|TIMEDOUT|CANCELLED|ERRORED.static enumGets or Sets types -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommunicationId(String communicationId) The ID of the new media communication, if applicable.booleangetId()getName()getState()getTypes()inthashCode()securityKey(String securityKey) The security information related to a media request.voidsetCommunicationId(String communicationId) voidvoidsetSecurityKey(String securityKey) voidvoidThe state of the media request, one of PENDING|ACCEPTED|DECLINED|TIMEDOUT|CANCELLED|ERRORED.toString()The types of media being requested.
-
Constructor Details
-
WebChatGuestMediaRequest
public WebChatGuestMediaRequest() -
WebChatGuestMediaRequest
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
types
The types of media being requested. -
getTypes
-
setTypes
-
state
The state of the media request, one of PENDING|ACCEPTED|DECLINED|TIMEDOUT|CANCELLED|ERRORED. -
getState
-
setState
-
communicationId
The ID of the new media communication, if applicable. -
getCommunicationId
-
setCommunicationId
-
securityKey
The security information related to a media request. -
getSecurityKey
-
setSecurityKey
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-