public class OfferShiftRequest extends ScheduleChangeRequest implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
recipientActionDateTime
The Recipient Action Date Time.
|
java.lang.String |
recipientActionMessage
The Recipient Action Message.
|
java.lang.String |
recipientUserId
The Recipient User Id.
|
java.lang.String |
senderShiftId
The Sender Shift Id.
|
assignedTo, managerActionDateTime, managerActionMessage, managerUserId, senderDateTime, senderMessage, senderUserId, statecreatedDateTime, lastModifiedBy, lastModifiedDateTime| Constructor and Description |
|---|
OfferShiftRequest() |
| 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="recipientActionDateTime",
alternate="RecipientActionDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime recipientActionDateTime
@SerializedName(value="recipientActionMessage",
alternate="RecipientActionMessage")
@Expose
@Nullable
public java.lang.String recipientActionMessage
@SerializedName(value="recipientUserId",
alternate="RecipientUserId")
@Expose
@Nullable
public java.lang.String recipientUserId
@SerializedName(value="senderShiftId",
alternate="SenderShiftId")
@Expose
@Nullable
public java.lang.String senderShiftId
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 ScheduleChangeRequestserializer - the serializerjson - the JSON object to set this object to