Uses of Class
com.mypurecloud.sdk.v2.api.request.PutConversationCustomattributesBulkRequest
Packages that use PutConversationCustomattributesBulkRequest
-
Uses of PutConversationCustomattributesBulkRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutConversationCustomattributesBulkRequestModifier and TypeMethodDescriptionConversationsApi.putConversationCustomattributesBulk(PutConversationCustomattributesBulkRequest request) Create or update a list of custom attributes records.ConversationsApiAsync.putConversationCustomattributesBulkAsync(PutConversationCustomattributesBulkRequest request, AsyncApiCallback<CustomAttributesBulkUpdateResponseMap> callback) Create or update a list of custom attributes records. -
Uses of PutConversationCustomattributesBulkRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutConversationCustomattributesBulkRequestModifier and TypeMethodDescriptionPutConversationCustomattributesBulkRequest.Builder.build()PutConversationCustomattributesBulkRequest.withBody(List<CustomAttributesUpdateRequest> body) PutConversationCustomattributesBulkRequest.withConversationId(String conversationId) PutConversationCustomattributesBulkRequest.withCustomHeader(String name, String value)