Class SwapShiftsChangeRequest

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

public class SwapShiftsChangeRequest extends OfferShiftRequest implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Swap Shifts Change Request.
  • Field Details

    • recipientShiftId

      @SerializedName(value="recipientShiftId", alternate="RecipientShiftId") @Expose @Nullable public String recipientShiftId
      The Recipient Shift Id. ShiftId for the recipient user with whom the request is to swap.
  • Constructor Details

    • SwapShiftsChangeRequest

      public SwapShiftsChangeRequest()
  • 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 OfferShiftRequest
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to