Package com.mypurecloud.sdk.v2.model
Class ConversationDivisionMembership
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationDivisionMembership
- All Implemented Interfaces:
Serializable
ConversationDivisionMembership
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondivision(DomainEntityRef division) A division the conversation belongs to.entities(List<DivisionEntityRef> entities) The entities on the conversation within the division.booleaninthashCode()voidsetDivision(DomainEntityRef division) voidsetEntities(List<DivisionEntityRef> entities) toString()
-
Constructor Details
-
ConversationDivisionMembership
public ConversationDivisionMembership() -
ConversationDivisionMembership
-
-
Method Details
-
division
A division the conversation belongs to. -
getDivision
-
setDivision
-
entities
The entities on the conversation within the division. These are the users, queues, work flows, etc. that can be on conversations and and be assigned to different divisions. -
getEntities
-
setEntities
-
equals
-
hashCode
public int hashCode() -
toString
-