Package com.microsoft.graph.models
Class TimeOffItem
java.lang.Object
com.microsoft.graph.models.ScheduleEntity
com.microsoft.graph.models.TimeOffItem
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TimeOffItem
extends ScheduleEntity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Time Off Item.
-
Field Summary
FieldsFields inherited from class com.microsoft.graph.models.ScheduleEntity
endDateTime, oDataType, startDateTime, theme -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.ScheduleEntity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
timeOffReasonId
@SerializedName(value="timeOffReasonId", alternate="TimeOffReasonId") @Expose @Nullable public String timeOffReasonIdThe Time Off Reason Id. ID of the timeOffReason for this timeOffItem. Required.
-
-
Constructor Details
-
TimeOffItem
public TimeOffItem()
-
-
Method Details
-
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- Overrides:
setRawObjectin classScheduleEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-