Uses of Record Class
it.auties.whatsapp.model.button.base.ButtonText
Packages that use ButtonText
-
Uses of ButtonText in it.auties.whatsapp.model.button.base
Fields in it.auties.whatsapp.model.button.base with type parameters of type ButtonTextModifier and TypeFieldDescriptionprivate final Optional<ButtonText> Button.bodyTextThe field for thebodyTextrecord component.private Optional<ButtonText> ButtonBuilder.bodyTextMethods in it.auties.whatsapp.model.button.base that return ButtonTextModifier and TypeMethodDescriptionButtonTextBuilder.build()static ButtonTextButtonTextSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.base that return types with arguments of type ButtonTextModifier and TypeMethodDescriptionButton.bodyText()Returns the value of thebodyTextrecord component.Methods in it.auties.whatsapp.model.button.base with parameters of type ButtonTextModifier and TypeMethodDescriptionButtonBuilder.bodyText(ButtonText bodyText) static byte[]ButtonTextSpec.encode(ButtonText protoInputObject) Method parameters in it.auties.whatsapp.model.button.base with type arguments of type ButtonTextConstructor parameters in it.auties.whatsapp.model.button.base with type arguments of type ButtonTextModifierConstructorDescriptionButton(String id, Optional<ButtonText> bodyText, Optional<NativeFlowInfo> bodyNativeFlow, ButtonBody.Type bodyType) Creates an instance of aButtonrecord class.