Uses of Class
com.azure.maps.weather.models.DayQuarter
Package
Description
Package containing the data models for WeatherClient.
-
Uses of DayQuarter in com.azure.maps.weather.models
Modifier and TypeFieldDescriptionstatic final DayQuarter
DayQuarter.FIRST_QUARTER
Static value 0 for DayQuarter.static final DayQuarter
DayQuarter.FORTH_QUARTER
Static value 3 for DayQuarter.static final DayQuarter
DayQuarter.SECOND_QUARTER
Static value 1 for DayQuarter.static final DayQuarter
DayQuarter.THIRD_QUARTER
Static value 2 for DayQuarter.Modifier and TypeMethodDescriptionstatic DayQuarter
DayQuarter.fromInt
(int name) Creates or finds a DayQuarter from its string representation.QuarterDayForecast.getQuarter()
Get the quarter property: Quarter of the day.Modifier and TypeMethodDescriptionstatic Collection<DayQuarter>
DayQuarter.values()
Gets known DayQuarter values.