Uses of Enum Class
com.targomo.client.api.enums.Weekday
Packages that use Weekday
-
Uses of Weekday in com.targomo.client.api.enums
Methods in com.targomo.client.api.enums that return WeekdayModifier and TypeMethodDescriptionstatic WeekdayWeekday.fromIntMonSun(int day) Takes an integer value from 0-6 (inclusive) and returns a day of the week.static WeekdayWeekday.fromIntSunMon(int day) Takes an integer value from 0-6 (inclusive) and returns a day of the week.static WeekdayWeekday.fromString(String key) Get the GeometryType based on a key string if one of the three allowed types (Polygon, Multipolygon, Linestring)static WeekdayReturns the enum constant of this class with the specified name.static Weekday[]Weekday.values()Returns an array containing the constants of this enum class, in the order they are declared.