Class WeeklyStartTime

    • Method Detail

      • dayOfWeek

        public final DayOfWeek dayOfWeek()

        Required. The day of the week.

        If the service returns an enum value that is not available in the current SDK version, dayOfWeek will return DayOfWeek.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from dayOfWeekAsString().

        Returns:
        Required. The day of the week.
        See Also:
        DayOfWeek
      • dayOfWeekAsString

        public final String dayOfWeekAsString()

        Required. The day of the week.

        If the service returns an enum value that is not available in the current SDK version, dayOfWeek will return DayOfWeek.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from dayOfWeekAsString().

        Returns:
        Required. The day of the week.
        See Also:
        DayOfWeek
      • timeOfDay

        public final String timeOfDay()

        Required. The time, in 24-hour format.

        Returns:
        Required. The time, in 24-hour format.
      • timeZone

        public final String timeZone()

        The time zone, UTC by default, in either the Country/City format, or the UTC offset format.

        Returns:
        The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)