Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationCustomattributesRequest
Packages that use PatchConversationCustomattributesRequest
-
Uses of PatchConversationCustomattributesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationCustomattributesRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationCustomattributes(PatchConversationCustomattributesRequest request) Update a single custom attributes record by amending the data with only the provided fields.ConversationsApiAsync.patchConversationCustomattributesAsync(PatchConversationCustomattributesRequest request, AsyncApiCallback<Void> callback) Update a single custom attributes record by amending the data with only the provided fields. -
Uses of PatchConversationCustomattributesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationCustomattributesRequestModifier and TypeMethodDescriptionPatchConversationCustomattributesRequest.Builder.build()PatchConversationCustomattributesRequest.withBody(CustomAttributesPatchRequest body) PatchConversationCustomattributesRequest.withConversationId(String conversationId) PatchConversationCustomattributesRequest.withCustomHeader(String name, String value)