Uses of Class
com.mypurecloud.sdk.v2.model.CustomAttributesPatchRequest
Packages that use CustomAttributesPatchRequest
Package
Description
-
Uses of CustomAttributesPatchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CustomAttributesPatchRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationCustomattributes(String conversationId, CustomAttributesPatchRequest body) Update a single custom attributes record by amending the data with only the provided fields.ConversationsApi.patchConversationCustomattributesWithHttpInfo(String conversationId, CustomAttributesPatchRequest body) Update a single custom attributes record by amending the data with only the provided fields.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CustomAttributesPatchRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationCustomattributes(ApiRequest<CustomAttributesPatchRequest> request) Update a single custom attributes record by amending the data with only the provided fields.ConversationsApiAsync.patchConversationCustomattributesAsync(ApiRequest<CustomAttributesPatchRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Update a single custom attributes record by amending the data with only the provided fields.ConversationsApi.patchConversationCustomattributesBulk(ApiRequest<List<CustomAttributesPatchRequest>> request) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApi.patchConversationCustomattributesBulk(String conversationId, List<CustomAttributesPatchRequest> body) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApiAsync.patchConversationCustomattributesBulkAsync(ApiRequest<List<CustomAttributesPatchRequest>> request, AsyncApiCallback<ApiResponse<CustomAttributesBulkUpdateResponseMap>> callback) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApi.patchConversationCustomattributesBulkWithHttpInfo(String conversationId, List<CustomAttributesPatchRequest> body) Update a list of custom attributes record by amending the data with only the provided fields. -
Uses of CustomAttributesPatchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CustomAttributesPatchRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CustomAttributesPatchRequestModifier and TypeMethodDescriptionPatchConversationCustomattributesBulkRequest.getBody()PatchConversationCustomattributesBulkRequest.withHttpInfo()PatchConversationCustomattributesRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CustomAttributesPatchRequestModifier and TypeMethodDescriptionvoidPatchConversationCustomattributesRequest.setBody(CustomAttributesPatchRequest body) PatchConversationCustomattributesRequest.Builder.withBody(CustomAttributesPatchRequest body) PatchConversationCustomattributesRequest.withBody(CustomAttributesPatchRequest body) Method parameters in com.mypurecloud.sdk.v2.api.request with type arguments of type CustomAttributesPatchRequestModifier and TypeMethodDescriptionvoidPatchConversationCustomattributesBulkRequest.setBody(List<CustomAttributesPatchRequest> body) PatchConversationCustomattributesBulkRequest.Builder.withBody(List<CustomAttributesPatchRequest> body) PatchConversationCustomattributesBulkRequest.withBody(List<CustomAttributesPatchRequest> body) -
Uses of CustomAttributesPatchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomAttributesPatchRequestModifier and TypeMethodDescriptionCustomAttributesPatchRequest.customAttributes(Map<String, Object> customAttributes) The map of attribute values.The list of division ids.Unique identifier for the Custom Attributes record.The latest version of the Custom Attributes record.