Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicAttachment
Packages that use QueueConversationEventTopicAttachment
-
Uses of QueueConversationEventTopicAttachment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationEventTopicAttachmentModifier and TypeMethodDescriptionQueueConversationEventTopicAttachment.attachmentId(String attachmentId) The unique identifier for the attachment.QueueConversationEventTopicAttachment.contentLength(Long contentLength) The length of the attachment file.QueueConversationEventTopicAttachment.contentType(String contentType) The type of file the attachment is.QueueConversationEventTopicAttachment.contentUri(String contentUri) The content uri of the attachment.The name of the attachment.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationEventTopicAttachmentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationEventTopicAttachmentModifier and TypeMethodDescriptionQueueConversationEventTopicEmail.draftAttachments(List<QueueConversationEventTopicAttachment> draftAttachments) A list of uploaded attachments on the email draft.voidQueueConversationEventTopicEmail.setDraftAttachments(List<QueueConversationEventTopicAttachment> draftAttachments)