Uses of Class
com.mypurecloud.sdk.v2.model.TypedAttribute
Packages that use TypedAttribute
-
Uses of TypedAttribute in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TypedAttributeModifier and TypeMethodDescriptionMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type TypedAttributeModifier and TypeMethodDescriptionPolicyTestPayload.getAttributeData()AuthorizationPolicy.getPresetAttributes()PolicyAttributeSet.getPresetAttributes()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type TypedAttributeModifier and TypeMethodDescriptionPolicyTestPayload.attributeData(Map<String, TypedAttribute> attributeData) A map of attribute names to attribute type and string representation of value.AuthorizationPolicy.presetAttributes(Map<String, TypedAttribute> presetAttributes) Map of names and values of preset attributes to use in policy evaluationPolicyAttributeSet.presetAttributes(Map<String, TypedAttribute> presetAttributes) Map of names and values of preset attributes used in this policy.voidPolicyTestPayload.setAttributeData(Map<String, TypedAttribute> attributeData) voidAuthorizationPolicy.setPresetAttributes(Map<String, TypedAttribute> presetAttributes) voidPolicyAttributeSet.setPresetAttributes(Map<String, TypedAttribute> presetAttributes)