Uses of Enum Class
travel.wink.affiliate.model.ChartCategoryAxis.WeekStartDayEnum
Packages that use ChartCategoryAxis.WeekStartDayEnum
-
Uses of ChartCategoryAxis.WeekStartDayEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return ChartCategoryAxis.WeekStartDayEnumModifier and TypeMethodDescriptionChartCategoryAxis.getWeekStartDay()The week start day when the `baseUnit` is set to `weeks`.Returns the enum constant of this class with the specified name.static ChartCategoryAxis.WeekStartDayEnum[]ChartCategoryAxis.WeekStartDayEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.affiliate.model with parameters of type ChartCategoryAxis.WeekStartDayEnumModifier and TypeMethodDescriptionvoidChartCategoryAxis.setWeekStartDay(ChartCategoryAxis.WeekStartDayEnum weekStartDay) ChartCategoryAxis.weekStartDay(ChartCategoryAxis.WeekStartDayEnum weekStartDay)