Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationSecureattributesRequest
Packages that use PatchConversationSecureattributesRequest
-
Uses of PatchConversationSecureattributesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationSecureattributesRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationSecureattributes(PatchConversationSecureattributesRequest request) Update the secure attributes on a conversation.ConversationsApiAsync.patchConversationSecureattributesAsync(PatchConversationSecureattributesRequest request, AsyncApiCallback<String> callback) Update the secure attributes on a conversation. -
Uses of PatchConversationSecureattributesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationSecureattributesRequestModifier and TypeMethodDescriptionPatchConversationSecureattributesRequest.Builder.build()PatchConversationSecureattributesRequest.withBody(ConversationSecureAttributes body) PatchConversationSecureattributesRequest.withConversationId(String conversationId) PatchConversationSecureattributesRequest.withCustomHeader(String name, String value)