Package com.microsoft.graph.models
Class ScheduleItem
java.lang.Object
com.microsoft.graph.models.ScheduleItem
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ScheduleItem
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Schedule Item.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe End.The Is Private.The Location.the OData type of the object as returned by the serviceThe Start.The Status.The Subject. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
end
The End. The date, time, and time zone that the corresponding event ends. -
isPrivate
@SerializedName(value="isPrivate", alternate="IsPrivate") @Expose @Nullable public Boolean isPrivateThe Is Private. The sensitivity of the corresponding event. True if the event is marked private, false otherwise. Optional. -
location
The Location. The location where the corresponding event is held or attended from. Optional. -
start
The Start. The date, time, and time zone that the corresponding event starts. -
status
The Status. The availability status of the user or resource during the corresponding event. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. -
subject
The Subject. The corresponding event's subject line. Optional.
-
-
Constructor Details
-
ScheduleItem
public ScheduleItem()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-