Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentAttachment
Packages that use ContentAttachment
-
Uses of ContentAttachment in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentAttachmentModifier and TypeMethodDescriptionContentAttachment.contentSizeBytes(Double contentSizeBytes) Size in bytes of the attachment content.Suggested file name for attachment.MessageContent.getAttachment()NotificationTemplateHeader.getMedia()Provider specific ID for attachment.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 cloud.genesys.webmessaging.sdk.model with parameters of type ContentAttachmentModifier and TypeMethodDescriptionMessageContent.attachment(ContentAttachment attachment) Attachment content.NotificationTemplateHeader.media(ContentAttachment media) Media template header image.voidMessageContent.setAttachment(ContentAttachment attachment) voidNotificationTemplateHeader.setMedia(ContentAttachment media)