Uses of Interface
it.auties.whatsapp.model.button.base.ButtonBody
Packages that use ButtonBody
-
Uses of ButtonBody in it.auties.whatsapp.model.button.base
Classes in it.auties.whatsapp.model.button.base that implement ButtonBodyModifier and TypeClassDescriptionfinal recordA model class that represents the text of a buttonMethods in it.auties.whatsapp.model.button.base that return types with arguments of type ButtonBodyModifier and TypeMethodDescriptionOptional<? extends ButtonBody> Button.body()Returns the body of this buttonMethods in it.auties.whatsapp.model.button.base with parameters of type ButtonBodyModifier and TypeMethodDescriptionstatic ButtonButton.of(ButtonBody body) Constructs a new buttonstatic ButtonButton.of(String id, ButtonBody body) Constructs a new button -
Uses of ButtonBody in it.auties.whatsapp.model.info
Classes in it.auties.whatsapp.model.info that implement ButtonBodyModifier and TypeClassDescriptionfinal recordA model class that holds the information related to a native flow.