public class ShiftItem extends ScheduleEntity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.List<ShiftActivity> |
activities
The Activities.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.String |
notes
The Notes.
|
endDateTime, oDataType, startDateTime, theme| Constructor and Description |
|---|
ShiftItem() |
| 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="activities",
alternate="Activities")
@Expose
@Nullable
public java.util.List<ShiftActivity> activities
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="notes",
alternate="Notes")
@Expose
@Nullable
public java.lang.String notes
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 ScheduleEntityserializer - the serializerjson - the JSON object to set this object to