Uses of Class
it.auties.whatsapp.model.message.standard.DocumentMessage
Packages that use DocumentMessage
Package
Description
-
Uses of DocumentMessage in it.auties.whatsapp.model.button.interactive
Fields in it.auties.whatsapp.model.button.interactive with type parameters of type DocumentMessageModifier and TypeFieldDescriptionprivate final Optional<DocumentMessage> InteractiveHeader.attachmentDocumentThe field for theattachmentDocumentrecord component.private Optional<DocumentMessage> InteractiveHeaderBuilder.attachmentDocumentMethods in it.auties.whatsapp.model.button.interactive that return types with arguments of type DocumentMessageModifier and TypeMethodDescriptionInteractiveHeader.attachmentDocument()Returns the value of theattachmentDocumentrecord component.Methods in it.auties.whatsapp.model.button.interactive with parameters of type DocumentMessageModifier and TypeMethodDescriptionInteractiveHeaderBuilder.attachmentDocument(DocumentMessage attachmentDocument) Method parameters in it.auties.whatsapp.model.button.interactive with type arguments of type DocumentMessageModifier and TypeMethodDescriptionInteractiveHeaderBuilder.attachmentDocument(Optional<DocumentMessage> attachmentDocument) -
Uses of DocumentMessage in it.auties.whatsapp.model.button.template.hsm
Fields in it.auties.whatsapp.model.button.template.hsm with type parameters of type DocumentMessageModifier and TypeFieldDescriptionprivate final Optional<DocumentMessage> HighlyStructuredFourRowTemplate.titleDocumentThe field for thetitleDocumentrecord component.private Optional<DocumentMessage> HighlyStructuredFourRowTemplateBuilder.titleDocumentMethods in it.auties.whatsapp.model.button.template.hsm that return types with arguments of type DocumentMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplate.titleDocument()Returns the value of thetitleDocumentrecord component.Methods in it.auties.whatsapp.model.button.template.hsm with parameters of type DocumentMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplateBuilder.titleDocument(DocumentMessage titleDocument) Method parameters in it.auties.whatsapp.model.button.template.hsm with type arguments of type DocumentMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplateBuilder.titleDocument(Optional<DocumentMessage> titleDocument) Constructor parameters in it.auties.whatsapp.model.button.template.hsm with type arguments of type DocumentMessageModifierConstructorDescriptionHighlyStructuredFourRowTemplate(Optional<DocumentMessage> titleDocument, Optional<HighlyStructuredMessage> titleHighlyStructured, Optional<ImageMessage> titleImage, Optional<VideoOrGifMessage> titleVideo, Optional<LocationMessage> titleLocation, HighlyStructuredMessage content, Optional<HighlyStructuredMessage> footer, List<HighlyStructuredButtonTemplate> buttons) Creates an instance of aHighlyStructuredFourRowTemplaterecord class. -
Uses of DocumentMessage in it.auties.whatsapp.model.button.template.hydrated
Fields in it.auties.whatsapp.model.button.template.hydrated with type parameters of type DocumentMessageModifier and TypeFieldDescriptionprivate final Optional<DocumentMessage> HydratedFourRowTemplate.titleDocumentThe field for thetitleDocumentrecord component.private Optional<DocumentMessage> HydratedFourRowTemplateBuilder.titleDocumentMethods in it.auties.whatsapp.model.button.template.hydrated that return types with arguments of type DocumentMessageModifier and TypeMethodDescriptionHydratedFourRowTemplate.titleDocument()Returns the value of thetitleDocumentrecord component.Methods in it.auties.whatsapp.model.button.template.hydrated with parameters of type DocumentMessageModifier and TypeMethodDescriptionHydratedFourRowTemplateBuilder.titleDocument(DocumentMessage titleDocument) Method parameters in it.auties.whatsapp.model.button.template.hydrated with type arguments of type DocumentMessageModifier and TypeMethodDescriptionHydratedFourRowTemplateBuilder.titleDocument(Optional<DocumentMessage> titleDocument) Constructor parameters in it.auties.whatsapp.model.button.template.hydrated with type arguments of type DocumentMessageModifierConstructorDescriptionHydratedFourRowTemplate(Optional<DocumentMessage> titleDocument, Optional<HydratedFourRowTemplateTextTitle> titleText, Optional<ImageMessage> titleImage, Optional<VideoOrGifMessage> titleVideo, Optional<LocationMessage> titleLocation, String body, Optional<String> footer, List<HydratedTemplateButton> hydratedButtons, String templateId) Creates an instance of aHydratedFourRowTemplaterecord class. -
Uses of DocumentMessage in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button with type parameters of type DocumentMessageModifier and TypeFieldDescriptionprivate final Optional<DocumentMessage> ButtonsMessage.headerDocumentThe field for theheaderDocumentrecord component.private Optional<DocumentMessage> ButtonsMessageBuilder.headerDocumentMethods in it.auties.whatsapp.model.message.button that return types with arguments of type DocumentMessageModifier and TypeMethodDescriptionButtonsMessage.headerDocument()Returns the value of theheaderDocumentrecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type DocumentMessageModifier and TypeMethodDescriptionButtonsMessageBuilder.headerDocument(DocumentMessage headerDocument) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type DocumentMessageModifier and TypeMethodDescriptionButtonsMessageBuilder.headerDocument(Optional<DocumentMessage> headerDocument) -
Uses of DocumentMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type DocumentMessageModifier and TypeFieldDescriptionprivate final Optional<DocumentMessage> MessageContainer.documentMessageThe field for thedocumentMessagerecord component.private Optional<DocumentMessage> MessageContainerBuilder.documentMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type DocumentMessageModifier and TypeMethodDescriptionMessageContainer.documentMessage()Returns the value of thedocumentMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type DocumentMessageModifier and TypeMethodDescriptionMessageContainerBuilder.documentMessage(DocumentMessage documentMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type DocumentMessageModifier and TypeMethodDescriptionMessageContainerBuilder.documentMessage(Optional<DocumentMessage> documentMessage) -
Uses of DocumentMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return DocumentMessageModifier and TypeMethodDescriptionDocumentMessageBuilder.build()DocumentMessageSimpleBuilder.build()(package private) static DocumentMessageDocumentMessage.customBuilder(byte[] media, String fileName, String mimeType, String title, int pageCount, byte[] thumbnail, ContextInfo contextInfo) static DocumentMessageDocumentMessageSpec.decode(byte[] input) DocumentMessage.setMediaDirectPath(String mediaDirectPath) DocumentMessage.setMediaEncryptedSha256(byte[] bytes) DocumentMessage.setMediaKey(byte[] bytes) DocumentMessage.setMediaKeyTimestamp(Long timestamp) DocumentMessage.setMediaSha256(byte[] bytes) DocumentMessage.setMediaSize(long mediaSize) DocumentMessage.setMediaUrl(String mediaUrl) Methods in it.auties.whatsapp.model.message.standard with parameters of type DocumentMessageModifier and TypeMethodDescriptionstatic byte[]DocumentMessageSpec.encode(DocumentMessage protoInputObject)