Uses of Enum Class
it.auties.whatsapp.model.button.template.highlyStructured.HighlyStructuredDateTimeComponent.DayOfWeek
Packages that use HighlyStructuredDateTimeComponent.DayOfWeek
-
Uses of HighlyStructuredDateTimeComponent.DayOfWeek in it.auties.whatsapp.model.button.template.highlyStructured
Fields in it.auties.whatsapp.model.button.template.highlyStructured declared as HighlyStructuredDateTimeComponent.DayOfWeekModifier and TypeFieldDescriptionprivate final HighlyStructuredDateTimeComponent.DayOfWeekHighlyStructuredDateTimeComponent.dayOfWeekThe field for thedayOfWeekrecord component.HighlyStructuredDateTimeComponentBuilder.dayOfWeekMethods in it.auties.whatsapp.model.button.template.highlyStructured that return HighlyStructuredDateTimeComponent.DayOfWeekModifier and TypeMethodDescriptionHighlyStructuredDateTimeComponent.dayOfWeek()Returns the value of thedayOfWeekrecord component.Returns the enum constant of this class with the specified name.HighlyStructuredDateTimeComponent.DayOfWeek.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.DayOfWeekModifier and TypeMethodDescriptionHighlyStructuredDateTimeComponentDayOfWeekSpec.decode(int index) Methods in it.auties.whatsapp.model.button.template.highlyStructured with parameters of type HighlyStructuredDateTimeComponent.DayOfWeekModifier and TypeMethodDescriptionHighlyStructuredDateTimeComponentBuilder.dayOfWeek(HighlyStructuredDateTimeComponent.DayOfWeek dayOfWeek) static IntegerHighlyStructuredDateTimeComponentDayOfWeekSpec.encode(HighlyStructuredDateTimeComponent.DayOfWeek protoInputObject) Constructors in it.auties.whatsapp.model.button.template.highlyStructured with parameters of type HighlyStructuredDateTimeComponent.DayOfWeekModifierConstructorDescriptionHighlyStructuredDateTimeComponent(HighlyStructuredDateTimeComponent.DayOfWeek dayOfWeek, int year, int month, int dayOfMonth, int hour, int minute, HighlyStructuredDateTimeComponent.CalendarType calendar) Creates an instance of aHighlyStructuredDateTimeComponentrecord class.