Uses of Class
it.auties.whatsapp.model.message.standard.ImageMessage
Packages that use ImageMessage
Package
Description
-
Uses of ImageMessage in it.auties.whatsapp.model.button.interactive
Fields in it.auties.whatsapp.model.button.interactive with type parameters of type ImageMessageModifier and TypeFieldDescriptionprivate final Optional<ImageMessage> InteractiveHeader.attachmentImageThe field for theattachmentImagerecord component.private Optional<ImageMessage> InteractiveHeaderBuilder.attachmentImageMethods in it.auties.whatsapp.model.button.interactive that return types with arguments of type ImageMessageModifier and TypeMethodDescriptionInteractiveHeader.attachmentImage()Returns the value of theattachmentImagerecord component.Methods in it.auties.whatsapp.model.button.interactive with parameters of type ImageMessageModifier and TypeMethodDescriptionInteractiveHeaderBuilder.attachmentImage(ImageMessage attachmentImage) Method parameters in it.auties.whatsapp.model.button.interactive with type arguments of type ImageMessageModifier and TypeMethodDescriptionInteractiveHeaderBuilder.attachmentImage(Optional<ImageMessage> attachmentImage) -
Uses of ImageMessage in it.auties.whatsapp.model.button.template.hsm
Fields in it.auties.whatsapp.model.button.template.hsm with type parameters of type ImageMessageModifier and TypeFieldDescriptionprivate final Optional<ImageMessage> HighlyStructuredFourRowTemplate.titleImageThe field for thetitleImagerecord component.private Optional<ImageMessage> HighlyStructuredFourRowTemplateBuilder.titleImageMethods in it.auties.whatsapp.model.button.template.hsm that return types with arguments of type ImageMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplate.titleImage()Returns the value of thetitleImagerecord component.Methods in it.auties.whatsapp.model.button.template.hsm with parameters of type ImageMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplateBuilder.titleImage(ImageMessage titleImage) Method parameters in it.auties.whatsapp.model.button.template.hsm with type arguments of type ImageMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplateBuilder.titleImage(Optional<ImageMessage> titleImage) -
Uses of ImageMessage in it.auties.whatsapp.model.button.template.hydrated
Fields in it.auties.whatsapp.model.button.template.hydrated with type parameters of type ImageMessageModifier and TypeFieldDescriptionprivate final Optional<ImageMessage> HydratedFourRowTemplate.titleImageThe field for thetitleImagerecord component.private Optional<ImageMessage> HydratedFourRowTemplateBuilder.titleImageMethods in it.auties.whatsapp.model.button.template.hydrated that return types with arguments of type ImageMessageModifier and TypeMethodDescriptionHydratedFourRowTemplate.titleImage()Returns the value of thetitleImagerecord component.Methods in it.auties.whatsapp.model.button.template.hydrated with parameters of type ImageMessageModifier and TypeMethodDescriptionHydratedFourRowTemplateBuilder.titleImage(ImageMessage titleImage) Method parameters in it.auties.whatsapp.model.button.template.hydrated with type arguments of type ImageMessageModifier and TypeMethodDescriptionHydratedFourRowTemplateBuilder.titleImage(Optional<ImageMessage> titleImage) -
Uses of ImageMessage in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as ImageMessageModifier and TypeFieldDescriptionprivate final ImageMessageButtonsMessage.headerImageprivate ImageMessageButtonsMessageBuilder.headerImageMethods in it.auties.whatsapp.model.message.button that return types with arguments of type ImageMessageMethods in it.auties.whatsapp.model.message.button with parameters of type ImageMessageConstructors in it.auties.whatsapp.model.message.button with parameters of type ImageMessageModifierConstructorDescriptionButtonsMessage(ButtonsMessageHeaderText headerText, DocumentMessage headerDocument, ImageMessage headerImage, VideoOrGifMessage headerVideo, LocationMessage headerLocation, String body, String footer, ContextInfo contextInfo, List<Button> buttons, ButtonsMessageHeader.Type headerType) -
Uses of ImageMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type ImageMessageModifier and TypeFieldDescriptionprivate final Optional<ImageMessage> MessageContainer.imageMessageThe field for theimageMessagerecord component.private Optional<ImageMessage> MessageContainerBuilder.imageMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type ImageMessageModifier and TypeMethodDescriptionMessageContainer.imageMessage()Returns the value of theimageMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type ImageMessageModifier and TypeMethodDescriptionMessageContainerBuilder.imageMessage(ImageMessage imageMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type ImageMessageModifier and TypeMethodDescriptionMessageContainerBuilder.imageMessage(Optional<ImageMessage> imageMessage) -
Uses of ImageMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return ImageMessageModifier and TypeMethodDescriptionImageMessageBuilder.build()ImageMessageSimpleBuilder.build()static ImageMessageImageMessageSpec.decode(byte[] input) ImageMessage.setContextInfo(ContextInfo contextInfo) ImageMessage.setMediaDirectPath(String mediaDirectPath) ImageMessage.setMediaEncryptedSha256(byte[] bytes) ImageMessage.setMediaKey(byte[] bytes) ImageMessage.setMediaKeyTimestamp(Long timestamp) ImageMessage.setMediaSha256(byte[] bytes) ImageMessage.setMediaSize(long mediaSize) ImageMessage.setMediaUrl(String mediaUrl) (package private) static ImageMessageImageMessage.simpleBuilder(byte[] media, String mimeType, String caption, byte[] thumbnail, ContextInfo contextInfo) Constructs a new builder to create a ImageMessage.Methods in it.auties.whatsapp.model.message.standard with parameters of type ImageMessageModifier and TypeMethodDescriptionstatic byte[]ImageMessageSpec.encode(ImageMessage protoInputObject) -
Uses of ImageMessage in it.auties.whatsapp.model.product
Fields in it.auties.whatsapp.model.product declared as ImageMessageModifier and TypeFieldDescriptionprivate final ImageMessageProductCatalog.catalogImageThe field for thecatalogImagerecord component.private ImageMessageProductCatalogBuilder.catalogImageprivate final ImageMessageProduct.imageThe field for theimagerecord component.private ImageMessageProductBuilder.imageMethods in it.auties.whatsapp.model.product that return ImageMessageModifier and TypeMethodDescriptionProductCatalog.catalogImage()Returns the value of thecatalogImagerecord component.Product.image()Returns the value of theimagerecord component.Methods in it.auties.whatsapp.model.product with parameters of type ImageMessageModifier and TypeMethodDescriptionProductCatalogBuilder.catalogImage(ImageMessage catalogImage) ProductBuilder.image(ImageMessage image) Constructors in it.auties.whatsapp.model.product with parameters of type ImageMessageModifierConstructorDescriptionProduct(ImageMessage image, String id, String title, String description, String currencyCode, long priceAmount1000, String retailerId, String url, int productImageCount, String firstImageId, long salePriceAmount1000) Creates an instance of aProductrecord class.ProductCatalog(ImageMessage catalogImage, String title, String description) Creates an instance of aProductCatalogrecord class.