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