Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicAttachment
Packages that use QueueConversationSocialExpressionEventTopicAttachment
-
Uses of QueueConversationSocialExpressionEventTopicAttachment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationSocialExpressionEventTopicAttachmentModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicAttachment.attachmentId(String attachmentId) The unique identifier for the attachment.QueueConversationSocialExpressionEventTopicAttachment.contentLength(Long contentLength) The length of the attachment file.QueueConversationSocialExpressionEventTopicAttachment.contentType(String contentType) The type of file the attachment is.QueueConversationSocialExpressionEventTopicAttachment.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 QueueConversationSocialExpressionEventTopicAttachmentModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicEmail.getDraftAttachments()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationSocialExpressionEventTopicAttachmentModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicEmail.draftAttachments(List<QueueConversationSocialExpressionEventTopicAttachment> draftAttachments) A list of uploaded attachments on the email draft.voidQueueConversationSocialExpressionEventTopicEmail.setDraftAttachments(List<QueueConversationSocialExpressionEventTopicAttachment> draftAttachments)