Uses of Class
it.auties.whatsapp.model.message.button.InteractiveMessage
Packages that use InteractiveMessage
-
Uses of InteractiveMessage in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as InteractiveMessageModifier and TypeFieldDescriptionprivate final InteractiveMessageTemplateMessage.interactiveMessageFormatprivate InteractiveMessageTemplateMessageBuilder.interactiveMessageFormatMethods in it.auties.whatsapp.model.message.button that return InteractiveMessageModifier and TypeMethodDescriptionInteractiveMessageBuilder.build()InteractiveMessageSimpleBuilder.build()static InteractiveMessageInteractiveMessageSpec.decode(byte[] input) InteractiveMessage.setContextInfo(ContextInfo contextInfo) (package private) static InteractiveMessageInteractiveMessage.simpleBuilder(InteractiveHeader header, String body, String footer, InteractiveMessageContent content, ContextInfo contextInfo) Methods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveMessageMethods in it.auties.whatsapp.model.message.button with parameters of type InteractiveMessageModifier and TypeMethodDescriptionstatic byte[]InteractiveMessageSpec.encode(InteractiveMessage protoInputObject) TemplateMessageBuilder.interactiveMessageFormat(InteractiveMessage interactiveMessageFormat) Constructors in it.auties.whatsapp.model.message.button with parameters of type InteractiveMessageModifierConstructorDescriptionTemplateMessage(String id, HydratedFourRowTemplate content, HighlyStructuredFourRowTemplate highlyStructuredFourRowTemplateFormat, HydratedFourRowTemplate hydratedFourRowTemplateFormat, InteractiveMessage interactiveMessageFormat, ContextInfo contextInfo) -
Uses of InteractiveMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type InteractiveMessageModifier and TypeFieldDescriptionprivate final Optional<InteractiveMessage> MessageContainer.interactiveMessageThe field for theinteractiveMessagerecord component.private Optional<InteractiveMessage> MessageContainerBuilder.interactiveMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type InteractiveMessageModifier and TypeMethodDescriptionMessageContainer.interactiveMessage()Returns the value of theinteractiveMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type InteractiveMessageModifier and TypeMethodDescriptionMessageContainerBuilder.interactiveMessage(InteractiveMessage interactiveMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type InteractiveMessageModifier and TypeMethodDescriptionMessageContainerBuilder.interactiveMessage(Optional<InteractiveMessage> interactiveMessage)