Class OpenShift

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class OpenShift extends ChangeTrackedEntity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Open Shift.
  • Field Details

    • draftOpenShift

      @SerializedName(value="draftOpenShift", alternate="DraftOpenShift") @Expose @Nullable public OpenShiftItem draftOpenShift
      The Draft Open Shift. An unpublished open shift.
    • schedulingGroupId

      @SerializedName(value="schedulingGroupId", alternate="SchedulingGroupId") @Expose @Nullable public String schedulingGroupId
      The Scheduling Group Id. ID for the scheduling group that the open shift belongs to.
    • sharedOpenShift

      @SerializedName(value="sharedOpenShift", alternate="SharedOpenShift") @Expose @Nullable public OpenShiftItem sharedOpenShift
      The Shared Open Shift. A published open shift.
  • Constructor Details

    • OpenShift

      public OpenShift()
  • 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class ChangeTrackedEntity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to