Uses of Class
it.auties.whatsapp.model.message.button.InteractiveResponseMessage
Packages that use InteractiveResponseMessage
-
Uses of InteractiveResponseMessage in it.auties.whatsapp.model.message.button
Methods in it.auties.whatsapp.model.message.button that return InteractiveResponseMessageModifier and TypeMethodDescriptionInteractiveResponseMessageBuilder.build()static InteractiveResponseMessageInteractiveResponseMessageSpec.decode(byte[] input) InteractiveResponseMessage.setContextInfo(ContextInfo contextInfo) Methods in it.auties.whatsapp.model.message.button with parameters of type InteractiveResponseMessageModifier and TypeMethodDescriptionstatic byte[]InteractiveResponseMessageSpec.encode(InteractiveResponseMessage protoInputObject) -
Uses of InteractiveResponseMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type InteractiveResponseMessageModifier and TypeFieldDescriptionprivate final Optional<InteractiveResponseMessage> MessageContainer.interactiveResponseMessageThe field for theinteractiveResponseMessagerecord component.private Optional<InteractiveResponseMessage> MessageContainerBuilder.interactiveResponseMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type InteractiveResponseMessageModifier and TypeMethodDescriptionMessageContainer.interactiveResponseMessage()Returns the value of theinteractiveResponseMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type InteractiveResponseMessageModifier and TypeMethodDescriptionMessageContainerBuilder.interactiveResponseMessage(InteractiveResponseMessage interactiveResponseMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type InteractiveResponseMessageModifier and TypeMethodDescriptionMessageContainerBuilder.interactiveResponseMessage(Optional<InteractiveResponseMessage> interactiveResponseMessage)