public class OpenShift extends ChangeTrackedEntity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
OpenShiftItem |
draftOpenShift
The Draft Open Shift.
|
java.lang.String |
schedulingGroupId
The Scheduling Group Id.
|
OpenShiftItem |
sharedOpenShift
The Shared Open Shift.
|
createdDateTime, lastModifiedBy, lastModifiedDateTime| Constructor and Description |
|---|
OpenShift() |
| 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="draftOpenShift",
alternate="DraftOpenShift")
@Expose
@Nullable
public OpenShiftItem draftOpenShift
@SerializedName(value="schedulingGroupId",
alternate="SchedulingGroupId")
@Expose
@Nullable
public java.lang.String schedulingGroupId
@SerializedName(value="sharedOpenShift",
alternate="SharedOpenShift")
@Expose
@Nullable
public OpenShiftItem sharedOpenShift
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 ChangeTrackedEntityserializer - the serializerjson - the JSON object to set this object to