Uses of Record Class
it.auties.whatsapp.model.button.template.hydrated.HydratedTemplateButton
Packages that use HydratedTemplateButton
-
Uses of HydratedTemplateButton in it.auties.whatsapp.model.button.template.hydrated
Fields in it.auties.whatsapp.model.button.template.hydrated with type parameters of type HydratedTemplateButtonModifier and TypeFieldDescriptionprivate List<HydratedTemplateButton> HydratedFourRowTemplateSimpleBuilder.buttonsprivate final List<HydratedTemplateButton> HydratedFourRowTemplate.hydratedButtonsThe field for thehydratedButtonsrecord component.private List<HydratedTemplateButton> HydratedFourRowTemplateBuilder.hydratedButtonsMethods in it.auties.whatsapp.model.button.template.hydrated that return HydratedTemplateButtonModifier and TypeMethodDescriptionHydratedTemplateButtonBuilder.build()static HydratedTemplateButtonHydratedTemplateButtonSpec.decode(byte[] input) static HydratedTemplateButtonHydratedTemplateButton.of(int index, HydratedButton button) Constructs a new template buttonstatic HydratedTemplateButtonHydratedTemplateButton.of(HydratedButton button) Constructs a new template buttonMethods in it.auties.whatsapp.model.button.template.hydrated that return types with arguments of type HydratedTemplateButtonModifier and TypeMethodDescriptionprivate static List<HydratedTemplateButton> HydratedFourRowTemplate.getIndexedButtons(List<HydratedTemplateButton> buttons) HydratedFourRowTemplate.hydratedButtons()Returns the value of thehydratedButtonsrecord component.Methods in it.auties.whatsapp.model.button.template.hydrated with parameters of type HydratedTemplateButtonModifier and TypeMethodDescriptionstatic byte[]HydratedTemplateButtonSpec.encode(HydratedTemplateButton protoInputObject) Method parameters in it.auties.whatsapp.model.button.template.hydrated with type arguments of type HydratedTemplateButtonModifier and TypeMethodDescriptionHydratedFourRowTemplateSimpleBuilder.buttons(List<HydratedTemplateButton> buttons) (package private) static HydratedFourRowTemplateHydratedFourRowTemplate.customBuilder(HydratedFourRowTemplateTitle title, String body, String footer, List<HydratedTemplateButton> buttons, String templateId) private static List<HydratedTemplateButton> HydratedFourRowTemplate.getIndexedButtons(List<HydratedTemplateButton> buttons) HydratedFourRowTemplateBuilder.hydratedButtons(List<HydratedTemplateButton> hydratedButtons) Constructor parameters in it.auties.whatsapp.model.button.template.hydrated with type arguments of type HydratedTemplateButtonModifierConstructorDescriptionHydratedFourRowTemplate(Optional<DocumentMessage> titleDocument, Optional<HydratedFourRowTemplateTextTitle> titleText, Optional<ImageMessage> titleImage, Optional<VideoOrGifMessage> titleVideo, Optional<LocationMessage> titleLocation, String body, Optional<String> footer, List<HydratedTemplateButton> hydratedButtons, String templateId) Creates an instance of aHydratedFourRowTemplaterecord class.