Uses of Class
com.mypurecloud.sdk.v2.model.CommonRulePredicateEntity
Packages that use CommonRulePredicateEntity
-
Uses of CommonRulePredicateEntity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommonRulePredicateEntityModifier and TypeMethodDescriptionCommonRulePredicateEntity.entityType(CommonRulePredicateEntity.EntityTypeEnum entityType) Specifies the type of entity being evaluatedCommonRulePredicate.getEntity()CommonRulePredicateEntity.group(AddressableEntityRef group) Group id of the entity being monitoredCommonRulePredicateEntity.queue(AddressableEntityRef queue) Queue id of the entity being monitoredCommonRulePredicateEntity.team(AddressableEntityRef team) Team id of the entity being monitoredCommonRulePredicateEntity.user(AddressableEntityRef user) User id of the entity being monitoredMethods in com.mypurecloud.sdk.v2.model with parameters of type CommonRulePredicateEntityModifier and TypeMethodDescriptionCommonRulePredicate.entity(CommonRulePredicateEntity entity) The entity whose metric is being represented.voidCommonRulePredicate.setEntity(CommonRulePredicateEntity entity)