Uses of Class
com.mypurecloud.sdk.v2.model.UserSearchRulePart
Packages that use UserSearchRulePart
-
Uses of UserSearchRulePart in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserSearchRulePartModifier and TypeMethodDescriptionThe ids for the selector; the results of these are ORed togetherUserSearchRulePart.operation(UserSearchRulePart.OperationEnum operation) The operation for this partUserSearchRulePart.selector(UserSearchRulePart.SelectorEnum selector) The type of item being selected by this partMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type UserSearchRulePartMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type UserSearchRulePartModifier and TypeMethodDescriptionUserSearchRule.parts(List<UserSearchRulePart> parts) The parts of this rule; the results of these are ANDed together.voidUserSearchRule.setParts(List<UserSearchRulePart> parts)