Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationCustomattributesBulkRequest
Packages that use PatchConversationCustomattributesBulkRequest
-
Uses of PatchConversationCustomattributesBulkRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationCustomattributesBulkRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationCustomattributesBulk(PatchConversationCustomattributesBulkRequest request) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApiAsync.patchConversationCustomattributesBulkAsync(PatchConversationCustomattributesBulkRequest request, AsyncApiCallback<CustomAttributesBulkUpdateResponseMap> callback) Update a list of custom attributes record by amending the data with only the provided fields. -
Uses of PatchConversationCustomattributesBulkRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationCustomattributesBulkRequestModifier and TypeMethodDescriptionPatchConversationCustomattributesBulkRequest.Builder.build()PatchConversationCustomattributesBulkRequest.withBody(List<CustomAttributesPatchRequest> body) PatchConversationCustomattributesBulkRequest.withConversationId(String conversationId) PatchConversationCustomattributesBulkRequest.withCustomHeader(String name, String value)