Uses of Class
com.mypurecloud.sdk.v2.model.Attachment
Packages that use Attachment
-
Uses of Attachment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AttachmentModifier and TypeMethodDescriptionAttachment.attachmentId(String attachmentId) The unique identifier for the attachment.Attachment.contentLength(Integer contentLength) The length of the attachment file.Attachment.contentType(String contentType) The type of file the attachment is.Attachment.contentUri(String contentUri) The content uri of the attachment.Attachment.inlineImage(Boolean inlineImage) Whether or not the attachment was attached inline.,The name of the attachment.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AttachmentModifier and TypeMethodDescriptionCopyAttachmentsRequest.getAttachments()EmailMessage.getAttachments()EmailMessagePreview.getAttachments()EmailMessageReply.getAttachments()Email.getDraftAttachments()EmailMediaParticipant.getDraftAttachments()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AttachmentModifier and TypeMethodDescriptionCopyAttachmentsRequest.attachments(List<Attachment> attachments) A list of attachments that will be copied from the source message to the current draftEmailMessage.attachments(List<Attachment> attachments) The attachments of the email message.EmailMessagePreview.attachments(List<Attachment> attachments) The attachments of the email message.EmailMessageReply.attachments(List<Attachment> attachments) The attachments of the email message.Email.draftAttachments(List<Attachment> draftAttachments) A list of uploaded attachments on the email draft.EmailMediaParticipant.draftAttachments(List<Attachment> draftAttachments) A list of uploaded attachments on the email draft.voidCopyAttachmentsRequest.setAttachments(List<Attachment> attachments) voidEmailMessage.setAttachments(List<Attachment> attachments) voidEmailMessagePreview.setAttachments(List<Attachment> attachments) voidEmailMessageReply.setAttachments(List<Attachment> attachments) voidEmail.setDraftAttachments(List<Attachment> draftAttachments) voidEmailMediaParticipant.setDraftAttachments(List<Attachment> draftAttachments)