Class StandardTimeZoneOffset

java.lang.Object
com.microsoft.graph.models.StandardTimeZoneOffset
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
DaylightTimeZoneOffset

public class StandardTimeZoneOffset extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Standard Time Zone Offset.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • dayOccurrence

      @SerializedName(value="dayOccurrence", alternate="DayOccurrence") @Expose @Nullable public Integer dayOccurrence
      The Day Occurrence. Represents the nth occurrence of the day of week that the transition from daylight saving time to standard time occurs.
    • dayOfWeek

      @SerializedName(value="dayOfWeek", alternate="DayOfWeek") @Expose @Nullable public DayOfWeek dayOfWeek
      The Day Of Week. Represents the day of the week when the transition from daylight saving time to standard time.
    • month

      @SerializedName(value="month", alternate="Month") @Expose @Nullable public Integer month
      The Month. Represents the month of the year when the transition from daylight saving time to standard time occurs.
    • time

      @SerializedName(value="time", alternate="Time") @Expose @Nullable public com.microsoft.graph.core.TimeOfDay time
      The Time. Represents the time of day when the transition from daylight saving time to standard time occurs.
    • year

      @SerializedName(value="year", alternate="Year") @Expose @Nullable public Integer year
      The Year. Represents how frequently in terms of years the change from daylight saving time to standard time occurs. For example, a value of 0 means every year.
  • Constructor Details

    • StandardTimeZoneOffset

      public StandardTimeZoneOffset()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to