Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentAttachment
-
Packages that use ContentAttachment Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentAttachment in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentAttachment Modifier and Type Method Description ContentAttachmentContentAttachment. contentSizeBytes(Double contentSizeBytes)Size in bytes of the attachment content.ContentAttachmentContentAttachment. filename(String filename)Suggested file name for attachment.ContentAttachmentMessageContent. getAttachment()ContentAttachmentNotificationTemplateHeader. getMedia()ContentAttachmentContentAttachment. id(String id)Provider specific ID for attachment.ContentAttachmentContentAttachment. mediaType(MediaType mediaType)The type of attachment this instance represents.ContentAttachmentContentAttachment. mime(String mime)Attachment mime type (https://www.iana.org/assignments/media-types/media-types.xhtml).ContentAttachmentContentAttachment. sha256(String sha256)Secure hash of the attachment content.ContentAttachmentContentAttachment. text(String text)Text associated with attachment such as an image caption.ContentAttachmentContentAttachment. url(String url)URL of the attachment.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentAttachment Modifier and Type Method Description MessageContentMessageContent. attachment(ContentAttachment attachment)Attachment content.NotificationTemplateHeaderNotificationTemplateHeader. media(ContentAttachment media)Media template header image.voidMessageContent. setAttachment(ContentAttachment attachment)voidNotificationTemplateHeader. setMedia(ContentAttachment media)
-