public class CustomTimeZone extends TimeZoneBase implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
bias
The Bias.
|
DaylightTimeZoneOffset |
daylightOffset
The Daylight Offset.
|
StandardTimeZoneOffset |
standardOffset
The Standard Offset.
|
name, oDataType| Constructor and Description |
|---|
CustomTimeZone() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="bias",
alternate="Bias")
@Expose
@Nullable
public java.lang.Integer bias
@SerializedName(value="daylightOffset",
alternate="DaylightOffset")
@Expose
@Nullable
public DaylightTimeZoneOffset daylightOffset
@SerializedName(value="standardOffset",
alternate="StandardOffset")
@Expose
@Nullable
public StandardTimeZoneOffset standardOffset
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class TimeZoneBaseserializer - the serializerjson - the JSON object to set this object to