Uses of Record 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 with type parameters of type LocationMessageModifier and TypeFieldDescriptionprivate final Optional<LocationMessage> ButtonsMessage.headerLocationThe field for theheaderLocationrecord component.private Optional<LocationMessage> ButtonsMessageBuilder.headerLocationMethods in it.auties.whatsapp.model.message.button that return types with arguments of type LocationMessageModifier and TypeMethodDescriptionButtonsMessage.headerLocation()Returns the value of theheaderLocationrecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type LocationMessageModifier and TypeMethodDescriptionButtonsMessageBuilder.headerLocation(LocationMessage headerLocation) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type LocationMessageModifier and TypeMethodDescriptionButtonsMessageBuilder.headerLocation(Optional<LocationMessage> headerLocation) -
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) Methods in it.auties.whatsapp.model.message.standard with parameters of type LocationMessageModifier and TypeMethodDescriptionstatic byte[]LocationMessageSpec.encode(LocationMessage protoInputObject)