Package com.mypurecloud.sdk.v2.model
Class CommonRulePredicateEntity
java.lang.Object
com.mypurecloud.sdk.v2.model.CommonRulePredicateEntity
- All Implemented Interfaces:
Serializable
CommonRulePredicateEntity
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecifies the type of entity being evaluated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentityType(CommonRulePredicateEntity.EntityTypeEnum entityType) Specifies the type of entity being evaluatedbooleangetGroup()getQueue()getTeam()getUser()group(AddressableEntityRef group) Group id of the entity being monitoredinthashCode()queue(AddressableEntityRef queue) Queue id of the entity being monitoredvoidvoidsetGroup(AddressableEntityRef group) voidsetQueue(AddressableEntityRef queue) voidsetTeam(AddressableEntityRef team) voidsetUser(AddressableEntityRef user) team(AddressableEntityRef team) Team id of the entity being monitoredtoString()user(AddressableEntityRef user) User id of the entity being monitored
-
Constructor Details
-
CommonRulePredicateEntity
public CommonRulePredicateEntity() -
CommonRulePredicateEntity
-
-
Method Details
-
entityType
Specifies the type of entity being evaluated -
getEntityType
-
setEntityType
-
user
User id of the entity being monitored -
getUser
-
setUser
-
group
Group id of the entity being monitored -
getGroup
-
setGroup
-
queue
Queue id of the entity being monitored -
getQueue
-
setQueue
-
team
Team id of the entity being monitored -
getTeam
-
setTeam
-
equals
-
hashCode
public int hashCode() -
toString
-