Uses of Enum Class
it.auties.whatsapp.model.button.template.highlyStructured.HighlyStructuredDateTimeComponent.CalendarType
Packages that use HighlyStructuredDateTimeComponent.CalendarType
-
Uses of HighlyStructuredDateTimeComponent.CalendarType in it.auties.whatsapp.model.button.template.highlyStructured
Fields in it.auties.whatsapp.model.button.template.highlyStructured declared as HighlyStructuredDateTimeComponent.CalendarTypeModifier and TypeFieldDescriptionprivate final HighlyStructuredDateTimeComponent.CalendarTypeHighlyStructuredDateTimeComponent.calendarThe field for thecalendarrecord component.HighlyStructuredDateTimeComponentBuilder.calendarMethods in it.auties.whatsapp.model.button.template.highlyStructured that return HighlyStructuredDateTimeComponent.CalendarTypeModifier and TypeMethodDescriptionHighlyStructuredDateTimeComponent.calendar()Returns the value of thecalendarrecord component.Returns the enum constant of this class with the specified name.HighlyStructuredDateTimeComponent.CalendarType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.button.template.highlyStructured that return types with arguments of type HighlyStructuredDateTimeComponent.CalendarTypeModifier and TypeMethodDescriptionHighlyStructuredDateTimeComponentCalendarTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.button.template.highlyStructured with parameters of type HighlyStructuredDateTimeComponent.CalendarTypeModifier and TypeMethodDescriptionHighlyStructuredDateTimeComponentBuilder.calendar(HighlyStructuredDateTimeComponent.CalendarType calendar) static IntegerHighlyStructuredDateTimeComponentCalendarTypeSpec.encode(HighlyStructuredDateTimeComponent.CalendarType protoInputObject) Constructors in it.auties.whatsapp.model.button.template.highlyStructured with parameters of type HighlyStructuredDateTimeComponent.CalendarTypeModifierConstructorDescriptionHighlyStructuredDateTimeComponent(HighlyStructuredDateTimeComponent.DayOfWeek dayOfWeek, int year, int month, int dayOfMonth, int hour, int minute, HighlyStructuredDateTimeComponent.CalendarType calendar) Creates an instance of aHighlyStructuredDateTimeComponentrecord class.