public class TimeOffRequest extends ScheduleChangeRequest implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
endDateTime
The End Date Time.
|
java.time.OffsetDateTime |
startDateTime
The Start Date Time.
|
java.lang.String |
timeOffReasonId
The Time Off Reason Id.
|
assignedTo, managerActionDateTime, managerActionMessage, managerUserId, senderDateTime, senderMessage, senderUserId, statecreatedDateTime, lastModifiedBy, lastModifiedDateTime| Constructor and Description |
|---|
TimeOffRequest() |
| 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="endDateTime",
alternate="EndDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime endDateTime
@SerializedName(value="startDateTime",
alternate="StartDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime startDateTime
@SerializedName(value="timeOffReasonId",
alternate="TimeOffReasonId")
@Expose
@Nullable
public java.lang.String timeOffReasonId
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 ScheduleChangeRequestserializer - the serializerjson - the JSON object to set this object to