Class DayQuarter

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DayQuarter>
com.azure.maps.weather.models.DayQuarter

public final class DayQuarter extends com.azure.core.util.ExpandableStringEnum<DayQuarter>
Quarter of the day.
  • Field Details

    • FIRST_QUARTER

      public static final DayQuarter FIRST_QUARTER
      Static value 0 for DayQuarter.
    • SECOND_QUARTER

      public static final DayQuarter SECOND_QUARTER
      Static value 1 for DayQuarter.
    • THIRD_QUARTER

      public static final DayQuarter THIRD_QUARTER
      Static value 2 for DayQuarter.
    • FORTH_QUARTER

      public static final DayQuarter FORTH_QUARTER
      Static value 3 for DayQuarter.
  • Constructor Details

    • DayQuarter

      public DayQuarter()
  • Method Details

    • fromInt

      public static DayQuarter fromInt(int name)
      Creates or finds a DayQuarter from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding DayQuarter.
    • values

      public static Collection<DayQuarter> values()
      Gets known DayQuarter values.
      Returns:
      known DayQuarter values.