Uses of Class
it.auties.whatsapp.model.message.standard.LocationMessage
Packages that use LocationMessage
Package
Description
-
Uses of LocationMessage in it.auties.whatsapp.model.button.template.hsm
Fields in it.auties.whatsapp.model.button.template.hsm with type parameters of type LocationMessageModifier and TypeFieldDescriptionprivate final Optional<LocationMessage> HighlyStructuredFourRowTemplate.titleLocationThe field for thetitleLocationrecord component.private Optional<LocationMessage> HighlyStructuredFourRowTemplateBuilder.titleLocationMethods in it.auties.whatsapp.model.button.template.hsm that return types with arguments of type LocationMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplate.titleLocation()Returns the value of thetitleLocationrecord component.Methods in it.auties.whatsapp.model.button.template.hsm with parameters of type LocationMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplateBuilder.titleLocation(LocationMessage titleLocation) Method parameters in it.auties.whatsapp.model.button.template.hsm with type arguments of type LocationMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplateBuilder.titleLocation(Optional<LocationMessage> titleLocation) -
Uses of LocationMessage in it.auties.whatsapp.model.button.template.hydrated
Fields in it.auties.whatsapp.model.button.template.hydrated with type parameters of type LocationMessageModifier and TypeFieldDescriptionprivate final Optional<LocationMessage> HydratedFourRowTemplate.titleLocationThe field for thetitleLocationrecord component.private Optional<LocationMessage> HydratedFourRowTemplateBuilder.titleLocationMethods in it.auties.whatsapp.model.button.template.hydrated that return types with arguments of type LocationMessageModifier and TypeMethodDescriptionHydratedFourRowTemplate.titleLocation()Returns the value of thetitleLocationrecord component.Methods in it.auties.whatsapp.model.button.template.hydrated with parameters of type LocationMessageModifier and TypeMethodDescriptionHydratedFourRowTemplateBuilder.titleLocation(LocationMessage titleLocation) Method parameters in it.auties.whatsapp.model.button.template.hydrated with type arguments of type LocationMessageModifier and TypeMethodDescriptionHydratedFourRowTemplateBuilder.titleLocation(Optional<LocationMessage> titleLocation) -
Uses of LocationMessage in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as LocationMessageModifier and TypeFieldDescriptionprivate final LocationMessageButtonsMessage.headerLocationprivate LocationMessageButtonsMessageBuilder.headerLocationMethods in it.auties.whatsapp.model.message.button that return types with arguments of type LocationMessageMethods in it.auties.whatsapp.model.message.button with parameters of type LocationMessageModifier and TypeMethodDescriptionButtonsMessageBuilder.headerLocation(LocationMessage headerLocation) Constructors in it.auties.whatsapp.model.message.button with parameters of type LocationMessageModifierConstructorDescriptionButtonsMessage(ButtonsMessageHeaderText headerText, DocumentMessage headerDocument, ImageMessage headerImage, VideoOrGifMessage headerVideo, LocationMessage headerLocation, String body, String footer, ContextInfo contextInfo, List<Button> buttons, ButtonsMessageHeader.Type headerType) -
Uses of LocationMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type LocationMessageModifier and TypeFieldDescriptionprivate final Optional<LocationMessage> MessageContainer.locationMessageThe field for thelocationMessagerecord component.private Optional<LocationMessage> MessageContainerBuilder.locationMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type LocationMessageModifier and TypeMethodDescriptionMessageContainer.locationMessage()Returns the value of thelocationMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type LocationMessageModifier and TypeMethodDescriptionMessageContainerBuilder.locationMessage(LocationMessage locationMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type LocationMessageModifier and TypeMethodDescriptionMessageContainerBuilder.locationMessage(Optional<LocationMessage> locationMessage) -
Uses of LocationMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return LocationMessageModifier and TypeMethodDescriptionLocationMessageBuilder.build()static LocationMessageLocationMessageSpec.decode(byte[] input) LocationMessage.setContextInfo(ContextInfo contextInfo) Methods in it.auties.whatsapp.model.message.standard with parameters of type LocationMessageModifier and TypeMethodDescriptionstatic byte[]LocationMessageSpec.encode(LocationMessage protoInputObject)