Package com.mypurecloud.sdk.v2.model
Class ConversationBasic
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationBasic
- All Implemented Interfaces:
Serializable
ConversationBasic
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondivisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversationThe time when the conversation ended.booleanexternalTag(String externalTag) The external tag associated with the conversation.getId()getName()inthashCode()inactivityTimeout(Date inactivityTimeout) The time in the future, after which this conversation would be considered inactive.securePause(Boolean securePause) True when the recording of this conversation is in secure pause status.voidsetDivisions(List<ConversationDivisionMembership> divisions) voidsetEndTime(Date endTime) voidsetExternalTag(String externalTag) voidsetInactivityTimeout(Date inactivityTimeout) voidvoidsetSecurePause(Boolean securePause) voidsetStartTime(Date startTime) voidsetUtilizationLabelId(String utilizationLabelId) The time when the conversation started.toString()utilizationLabelId(String utilizationLabelId) An optional label that categorizes the conversation.
-
Constructor Details
-
ConversationBasic
public ConversationBasic() -
ConversationBasic
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
externalTag
The external tag associated with the conversation. -
getExternalTag
-
setExternalTag
-
startTime
The time when the conversation started. This will be the time when the first participant joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartTime
-
setStartTime
-
endTime
The time when the conversation ended. This will be the time when the last participant left the conversation, or null when the conversation is still active. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndTime
-
setEndTime
-
divisions
Identifiers of divisions associated with this conversation -
getDivisions
-
setDivisions
-
securePause
True when the recording of this conversation is in secure pause status. -
getSecurePause
-
setSecurePause
-
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
-
getSelfUri
-
getParticipants
-
equals
-
hashCode
public int hashCode() -
toString
-