Package com.mypurecloud.sdk.v2.model
Class UsersRulesCreateRuleRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UsersRulesCreateRuleRequest
- All Implemented Interfaces:
Serializable
Create users 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 ruledescription(String description) The description of the rulebooleangetName()getType()inthashCode()The name of the rulevoidsetCriteria(List<UsersRulesCriteria> criteria) voidsetDescription(String description) voidvoidtoString()The type of the rule
-
Constructor Details
-
UsersRulesCreateRuleRequest
public UsersRulesCreateRuleRequest() -
UsersRulesCreateRuleRequest
-
-
Method Details
-
name
The name of the rule -
getName
-
setName
-
description
The description of the rule -
getDescription
-
setDescription
-
type
The type of the rule -
getType
-
setType
-
criteria
The criteria of the rule -
getCriteria
-
setCriteria
-
equals
-
hashCode
public int hashCode() -
toString
-