public class SwapShiftsChangeRequest extends OfferShiftRequest implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
recipientShiftId
The Recipient Shift Id.
|
recipientActionDateTime, recipientActionMessage, recipientUserId, senderShiftId
assignedTo, managerActionDateTime, managerActionMessage, managerUserId, senderDateTime, senderMessage, senderUserId, state
createdDateTime, lastModifiedBy, lastModifiedDateTime
Constructor and Description |
---|
SwapShiftsChangeRequest() |
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="recipientShiftId", alternate="RecipientShiftId") @Expose @Nullable public java.lang.String recipientShiftId
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class OfferShiftRequest
serializer
- the serializerjson
- the JSON object to set this object to