Package com.mypurecloud.sdk.v2.model
Class CallbackConversation
java.lang.Object
com.mypurecloud.sdk.v2.model.CallbackConversation
- All Implemented Interfaces:
Serializable
CallbackConversation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondivisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.booleangetId()getName()inthashCode()inactivityTimeout(Date inactivityTimeout) The time in the future, after which this conversation would be considered inactive.otherMediaUris(List<String> otherMediaUris) The list of other media channels involved in the conversation.participants(List<CallbackMediaParticipant> participants) The list of participants involved in the conversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.voidsetDivisions(List<ConversationDivisionMembership> divisions) voidsetInactivityTimeout(Date inactivityTimeout) voidvoidsetOtherMediaUris(List<String> otherMediaUris) voidsetParticipants(List<CallbackMediaParticipant> participants) voidsetRecentTransfers(List<TransferResponse> recentTransfers) voidsetUtilizationLabelId(String utilizationLabelId) toString()utilizationLabelId(String utilizationLabelId) An optional label that categorizes the conversation.
-
Constructor Details
-
CallbackConversation
public CallbackConversation() -
CallbackConversation
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
participants
The list of participants involved in the conversation. -
getParticipants
-
setParticipants
-
otherMediaUris
The list of other media channels involved in the conversation. -
getOtherMediaUris
-
setOtherMediaUris
-
recentTransfers
The list of the most recent 20 transfer commands applied to this conversation. -
getRecentTransfers
-
setRecentTransfers
-
utilizationLabelId
An optional label that categorizes the conversation. Max-utilization settings can be configured at a per-label level -
getUtilizationLabelId
-
setUtilizationLabelId
-
inactivityTimeout
The time in the future, after which this conversation would be considered inactive. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getInactivityTimeout
-
setInactivityTimeout
-
divisions
Identifiers of divisions associated with this conversation. -
getDivisions
-
setDivisions
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-