Package com.microsoft.graph.models
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
dayOccurrence
@SerializedName(value="dayOccurrence", alternate="DayOccurrence") @Expose @Nullable public Integer dayOccurrenceThe 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 dayOfWeekThe Day Of Week. Represents the day of the week when the transition from daylight saving time to standard time. -
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 timeThe Time. Represents the time of day when the transition from daylight saving time to standard time occurs. -
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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-