Package com.mypurecloud.sdk.v2.model
Class UsersRulesQueryRuleRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UsersRulesQueryRuleRequest
- All Implemented Interfaces:
Serializable
Users query rule request
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the rule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncriteria(List<UsersRulesCriteria> criteria) The criteria of the rulebooleangetType()inthashCode()voidsetCriteria(List<UsersRulesCriteria> criteria) voidvoidsetUserIds(List<String> userIds) toString()The type of the ruleThe user ids to query
-
Constructor Details
-
UsersRulesQueryRuleRequest
public UsersRulesQueryRuleRequest() -
UsersRulesQueryRuleRequest
-
-
Method Details
-
type
The type of the rule -
getType
-
setType
-
criteria
The criteria of the rule -
getCriteria
-
setCriteria
-
userIds
The user ids to query -
getUserIds
-
setUserIds
-
equals
-
hashCode
public int hashCode() -
toString
-