Uses of Class
com.mypurecloud.sdk.v2.model.PolicyAttribute
Packages that use PolicyAttribute
-
Uses of PolicyAttribute in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PolicyAttributeModifier and TypeMethodDescriptionPolicyAttribute.description(String description) PolicyAttribute.featureToggle(String featureToggle) PolicyAttribute.type(PolicyAttribute.TypeEnum type) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PolicyAttributeModifier and TypeMethodDescriptionTargetAttributes.getBaseAttributes()PolicyAttributeSet.getPolicyAttributes()TargetAttributeValue.getPolicyAttributes()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type PolicyAttributeModifier and TypeMethodDescriptionTargetAttributes.baseAttributes(List<PolicyAttribute> baseAttributes) A set of base attributes which may be used in policies for any target.PolicyAttributeSet.policyAttributes(List<PolicyAttribute> policyAttributes) A set of the attributes checked by the requested policy.TargetAttributeValue.policyAttributes(List<PolicyAttribute> policyAttributes) voidTargetAttributes.setBaseAttributes(List<PolicyAttribute> baseAttributes) voidPolicyAttributeSet.setPolicyAttributes(List<PolicyAttribute> policyAttributes) voidTargetAttributeValue.setPolicyAttributes(List<PolicyAttribute> policyAttributes)