Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentAttachment
Packages that use ConversationContentAttachment
-
Uses of ConversationContentAttachment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentAttachmentModifier and TypeMethodDescriptionConversationContentAttachment.contentSizeBytes(Long contentSizeBytes) Size in bytes of the attachment content.Suggested file name for attachment.ConversationMessageContent.getAttachment()OpenMessageContent.getAttachment()OpenSocialMediaMessageContent.getAttachment()ConversationNotificationTemplateHeader.getMedia()Provider specific ID for attachment.ConversationContentAttachment.mediaType(ConversationContentAttachment.MediaTypeEnum mediaType) The type of attachment this instance represents.Attachment mime type (https://www.iana.org/assignments/media-types/media-types.xhtml).Secure hash of the attachment content.Text associated with attachment such as an image caption.URL of the attachment.Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentAttachmentModifier and TypeMethodDescriptionConversationMessageContent.attachment(ConversationContentAttachment attachment) Attachment content.OpenMessageContent.attachment(ConversationContentAttachment attachment) Attachment content.OpenSocialMediaMessageContent.attachment(ConversationContentAttachment attachment) Attachment content.ConversationNotificationTemplateHeader.media(ConversationContentAttachment media) Media template header image.voidConversationMessageContent.setAttachment(ConversationContentAttachment attachment) voidOpenMessageContent.setAttachment(ConversationContentAttachment attachment) voidOpenSocialMediaMessageContent.setAttachment(ConversationContentAttachment attachment) voidConversationNotificationTemplateHeader.setMedia(ConversationContentAttachment media)