Uses of Class
com.mypurecloud.sdk.v2.model.CopyAttachmentsRequest
Packages that use CopyAttachmentsRequest
Package
Description
-
Uses of CopyAttachmentsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CopyAttachmentsRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsEmailMessagesDraftAttachmentsCopy(String conversationId, CopyAttachmentsRequest body) Copy attachments from an email message to the current draft.ConversationsApi.postConversationsEmailMessagesDraftAttachmentsCopyWithHttpInfo(String conversationId, CopyAttachmentsRequest body) Copy attachments from an email message to the current draft.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CopyAttachmentsRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsEmailMessagesDraftAttachmentsCopy(ApiRequest<CopyAttachmentsRequest> request) Copy attachments from an email message to the current draft.ConversationsApiAsync.postConversationsEmailMessagesDraftAttachmentsCopyAsync(ApiRequest<CopyAttachmentsRequest> request, AsyncApiCallback<ApiResponse<EmailMessage>> callback) Copy attachments from an email message to the current draft. -
Uses of CopyAttachmentsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CopyAttachmentsRequestModifier and TypeMethodDescriptionPostConversationsEmailMessagesDraftAttachmentsCopyRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CopyAttachmentsRequestModifier and TypeMethodDescriptionPostConversationsEmailMessagesDraftAttachmentsCopyRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CopyAttachmentsRequestModifier and TypeMethodDescriptionPostConversationsEmailMessagesDraftAttachmentsCopyRequest.builder(String conversationId, CopyAttachmentsRequest body) voidPostConversationsEmailMessagesDraftAttachmentsCopyRequest.setBody(CopyAttachmentsRequest body) PostConversationsEmailMessagesDraftAttachmentsCopyRequest.Builder.withBody(CopyAttachmentsRequest body) PostConversationsEmailMessagesDraftAttachmentsCopyRequest.withBody(CopyAttachmentsRequest body) PostConversationsEmailMessagesDraftAttachmentsCopyRequest.Builder.withRequiredParams(String conversationId, CopyAttachmentsRequest body) -
Uses of CopyAttachmentsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CopyAttachmentsRequestModifier and TypeMethodDescriptionCopyAttachmentsRequest.attachments(List<Attachment> attachments) A list of attachments that will be copied from the source message to the current draftCopyAttachmentsRequest.sourceMessage(DomainEntityRef sourceMessage) A reference to the email message within the current conversation that owns the attachments to be copied