Uses of Class
com.mypurecloud.sdk.v2.model.MemberGroup
Packages that use MemberGroup
-
Uses of MemberGroup in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MemberGroupModifier and TypeMethodDescriptionMemberGroup.division(WritableDivision division) The division to which this entity belongs.The globally unique identifier for the object.MemberGroup.type(MemberGroup.TypeEnum type) The group typeMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type MemberGroupModifier and TypeMethodDescriptionConditionalGroupActivationRule.getGroups()ConditionalGroupRoutingRule.getGroups()CreateQueueRequest.getMemberGroups()Queue.getMemberGroups()QueueRequest.getMemberGroups()Ring.getMemberGroups()UserQueue.getMemberGroups()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type MemberGroupModifier and TypeMethodDescriptionConditionalGroupActivationRule.groups(List<MemberGroup> groups) The group(s) that this rule activates (if rule evaluates as true) or deactivates (if rule evaluates as false)ConditionalGroupRoutingRule.groups(List<MemberGroup> groups) The group(s) to activate if the rule evaluates as trueCreateQueueRequest.memberGroups(List<MemberGroup> memberGroups) The groups of agents associated with the queue, if any.Queue.memberGroups(List<MemberGroup> memberGroups) The groups of agents associated with the queue, if any.QueueRequest.memberGroups(List<MemberGroup> memberGroups) The groups of agents associated with the queue, if any.Ring.memberGroups(List<MemberGroup> memberGroups) The groups of agents associated with the ring, if any.UserQueue.memberGroups(List<MemberGroup> memberGroups) The groups of agents associated with the queue, if any.voidConditionalGroupActivationRule.setGroups(List<MemberGroup> groups) voidConditionalGroupRoutingRule.setGroups(List<MemberGroup> groups) voidCreateQueueRequest.setMemberGroups(List<MemberGroup> memberGroups) voidQueue.setMemberGroups(List<MemberGroup> memberGroups) voidQueueRequest.setMemberGroups(List<MemberGroup> memberGroups) voidRing.setMemberGroups(List<MemberGroup> memberGroups) voidUserQueue.setMemberGroups(List<MemberGroup> memberGroups)