Uses of Enum Class
it.auties.whatsapp.model.button.base.ButtonBody.Type
Packages that use ButtonBody.Type
-
Uses of ButtonBody.Type in it.auties.whatsapp.model.button.base
Fields in it.auties.whatsapp.model.button.base declared as ButtonBody.TypeModifier and TypeFieldDescriptionprivate final ButtonBody.TypeButton.bodyTypeThe field for thebodyTyperecord component.private ButtonBody.TypeButtonBuilder.bodyTypeMethods in it.auties.whatsapp.model.button.base that return ButtonBody.TypeModifier and TypeMethodDescriptionButton.bodyType()Returns the value of thebodyTyperecord component.ButtonBody.bodyType()Returns the type of this bodyButtonText.bodyType()static ButtonBody.TypeReturns the enum constant of this class with the specified name.static ButtonBody.Type[]ButtonBody.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.button.base that return types with arguments of type ButtonBody.TypeModifier and TypeMethodDescriptionstatic Optional<ButtonBody.Type> ButtonBodyTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.button.base with parameters of type ButtonBody.TypeModifier and TypeMethodDescriptionButtonBuilder.bodyType(ButtonBody.Type bodyType) static IntegerButtonBodyTypeSpec.encode(ButtonBody.Type protoInputObject) Constructors in it.auties.whatsapp.model.button.base with parameters of type ButtonBody.TypeModifierConstructorDescriptionButton(String id, Optional<ButtonText> bodyText, Optional<NativeFlowInfo> bodyNativeFlow, ButtonBody.Type bodyType) Creates an instance of aButtonrecord class. -
Uses of ButtonBody.Type in it.auties.whatsapp.model.info
Methods in it.auties.whatsapp.model.info that return ButtonBody.Type