Package com.mypurecloud.sdk.v2.model
Class UsersRulesGroupItem
java.lang.Object
com.mypurecloud.sdk.v2.model.UsersRulesGroupItem
- All Implemented Interfaces:
Serializable
UsersRulesGroupItem
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe container that the ids belong tostatic enumThe operator for this group -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontainer(UsersRulesGroupItem.ContainerEnum container) The container that the ids belong tobooleangetId()inthashCode()The internal ID for this groupoperator(UsersRulesGroupItem.OperatorEnum operator) The operator for this groupvoidsetContainer(UsersRulesGroupItem.ContainerEnum container) voidvoidsetOperator(UsersRulesGroupItem.OperatorEnum operator) voidsetValues(List<UsersRulesValue> values) toString()values(List<UsersRulesValue> values) The ids and contextIds to select for this group
-
Constructor Details
-
UsersRulesGroupItem
public UsersRulesGroupItem() -
UsersRulesGroupItem
-
-
Method Details
-
id
The internal ID for this group -
getId
-
setId
-
operator
The operator for this group -
getOperator
-
setOperator
-
container
The container that the ids belong to -
getContainer
-
setContainer
-
values
The ids and contextIds to select for this group -
getValues
-
setValues
-
equals
-
hashCode
public int hashCode() -
toString
-