Uses of Class
com.mypurecloud.sdk.v2.model.ConversationDivisionMembership
Packages that use ConversationDivisionMembership
-
Uses of ConversationDivisionMembership in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationDivisionMembershipModifier and TypeMethodDescriptionConversationDivisionMembership.division(DomainEntityRef division) A division the conversation belongs to.ConversationDivisionMembership.entities(List<DivisionEntityRef> entities) The entities on the conversation within the division.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationDivisionMembershipModifier and TypeMethodDescriptionCallbackConversation.getDivisions()CallConversation.getDivisions()ChatConversation.getDivisions()CobrowseConversation.getDivisions()Conversation.getDivisions()ConversationBasic.getDivisions()EmailConversation.getDivisions()InternalMessageConversation.getDivisions()MessageConversation.getDivisions()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationDivisionMembershipModifier and TypeMethodDescriptionCallbackConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.CallConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.ChatConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.CobrowseConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.Conversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversationConversationBasic.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversationEmailConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.InternalMessageConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.MessageConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.voidCallbackConversation.setDivisions(List<ConversationDivisionMembership> divisions) voidCallConversation.setDivisions(List<ConversationDivisionMembership> divisions) voidChatConversation.setDivisions(List<ConversationDivisionMembership> divisions) voidCobrowseConversation.setDivisions(List<ConversationDivisionMembership> divisions) voidConversation.setDivisions(List<ConversationDivisionMembership> divisions) voidConversationBasic.setDivisions(List<ConversationDivisionMembership> divisions) voidEmailConversation.setDivisions(List<ConversationDivisionMembership> divisions) voidInternalMessageConversation.setDivisions(List<ConversationDivisionMembership> divisions) voidMessageConversation.setDivisions(List<ConversationDivisionMembership> divisions)