Uses of Class
com.mypurecloud.sdk.v2.model.TargetAttributes
Packages that use TargetAttributes
-
Uses of TargetAttributes in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TargetAttributesModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationPoliciesTargets()Get a map of policy targets to valid attributes for those targetsAuthorizationApi.getAuthorizationPoliciesTargets(GetAuthorizationPoliciesTargetsRequest request) Get a map of policy targets to valid attributes for those targetsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type TargetAttributesModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationPoliciesTargets(ApiRequest<Void> request) Get a map of policy targets to valid attributes for those targetsAuthorizationApiAsync.getAuthorizationPoliciesTargetsAsync(GetAuthorizationPoliciesTargetsRequest request, AsyncApiCallback<TargetAttributes> callback) Get a map of policy targets to valid attributes for those targetsAuthorizationApiAsync.getAuthorizationPoliciesTargetsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TargetAttributes>> callback) Get a map of policy targets to valid attributes for those targetsAuthorizationApi.getAuthorizationPoliciesTargetsWithHttpInfo()Get a map of policy targets to valid attributes for those targetsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TargetAttributesModifier and TypeMethodDescriptionAuthorizationApiAsync.getAuthorizationPoliciesTargetsAsync(GetAuthorizationPoliciesTargetsRequest request, AsyncApiCallback<TargetAttributes> callback) Get a map of policy targets to valid attributes for those targetsAuthorizationApiAsync.getAuthorizationPoliciesTargetsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TargetAttributes>> callback) Get a map of policy targets to valid attributes for those targets -
Uses of TargetAttributes in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TargetAttributesModifier and TypeMethodDescriptionTargetAttributes.baseAttributes(List<PolicyAttribute> baseAttributes) A set of base attributes which may be used in policies for any target.TargetAttributes.targetAttributes(Map<String, TargetAttributeValue> targetAttributes) A map of policy targets to any additional attributes which are valid for that target.