Package com.mypurecloud.sdk.v2.model
Class UserSearchRulePart
java.lang.Object
com.mypurecloud.sdk.v2.model.UserSearchRulePart
- All Implemented Interfaces:
Serializable
UserSearchRulePart
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe operation for this partstatic enumThe type of item being selected by this part -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetIds()inthashCode()The ids for the selector; the results of these are ORed togetheroperation(UserSearchRulePart.OperationEnum operation) The operation for this partselector(UserSearchRulePart.SelectorEnum selector) The type of item being selected by this partvoidvoidsetOperation(UserSearchRulePart.OperationEnum operation) voidsetSelector(UserSearchRulePart.SelectorEnum selector) toString()
-
Constructor Details
-
UserSearchRulePart
public UserSearchRulePart() -
UserSearchRulePart
-
-
Method Details
-
operation
The operation for this part -
getOperation
-
setOperation
-
selector
The type of item being selected by this part -
getSelector
-
setSelector
-
ids
The ids for the selector; the results of these are ORed together -
getIds
-
setIds
-
equals
-
hashCode
public int hashCode() -
toString
-