Uses of Class
cloud.genesys.webmessaging.sdk.model.CleanContentAttachment
-
Packages that use CleanContentAttachment Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of CleanContentAttachment in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return CleanContentAttachment Modifier and Type Method Description CleanContentAttachmentCleanContentAttachment. filename(String filename)CleanContentAttachmentCleanContentAttachment. fileSize(Double fileSize)CleanContentAttachmentCleanMessageContent. getAttachment()CleanContentAttachmentCleanContentAttachment. id(String id)CleanContentAttachmentCleanContentAttachment. mediaType(MediaType mediaType)CleanContentAttachmentCleanContentAttachment. mime(String mime)CleanContentAttachmentCleanContentAttachment. sha256(String sha256)CleanContentAttachmentCleanContentAttachment. text(String text)CleanContentAttachmentCleanContentAttachment. url(String url)Methods in cloud.genesys.webmessaging.sdk.model with parameters of type CleanContentAttachment Modifier and Type Method Description CleanMessageContentCleanMessageContent. attachment(CleanContentAttachment attachment)voidCleanMessageContent. setAttachment(CleanContentAttachment attachment)
-