public class ScheduleInformation extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
availabilityView
The Availability View.
|
FreeBusyError |
error
The Error.
|
java.lang.String |
oDataType |
java.lang.String |
scheduleId
The Schedule Id.
|
java.util.List<ScheduleItem> |
scheduleItems
The Schedule Items.
|
WorkingHours |
workingHours
The Working Hours.
|
| Constructor and Description |
|---|
ScheduleInformation() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="scheduleId") @Expose public java.lang.String scheduleId
@SerializedName(value="scheduleItems") @Expose public java.util.List<ScheduleItem> scheduleItems
@SerializedName(value="availabilityView") @Expose public java.lang.String availabilityView
@SerializedName(value="error") @Expose public FreeBusyError error
@SerializedName(value="workingHours") @Expose public WorkingHours workingHours
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to