Uses of Record 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 with type parameters of type InteractiveMessageModifier and TypeFieldDescriptionprivate final Optional<InteractiveMessage> TemplateMessage.interactiveMessageFormatThe field for theinteractiveMessageFormatrecord component.private Optional<InteractiveMessage> TemplateMessageBuilder.interactiveMessageFormatMethods in it.auties.whatsapp.model.message.button that return InteractiveMessageModifier and TypeMethodDescriptionInteractiveMessageBuilder.build()InteractiveMessageSimpleBuilder.build()static InteractiveMessageInteractiveMessageSpec.decode(byte[] input) (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 InteractiveMessageModifier and TypeMethodDescriptionTemplateMessage.interactiveMessageFormat()Returns the value of theinteractiveMessageFormatrecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type InteractiveMessageModifier and TypeMethodDescriptionstatic byte[]InteractiveMessageSpec.encode(InteractiveMessage protoInputObject) TemplateMessageBuilder.interactiveMessageFormat(InteractiveMessage interactiveMessageFormat) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type InteractiveMessageModifier and TypeMethodDescriptionTemplateMessageBuilder.interactiveMessageFormat(Optional<InteractiveMessage> interactiveMessageFormat) -
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)