| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.Builder.build() |
Schedule |
Schedule.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Schedule |
Schedule.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Schedule |
Schedule.withEnabled(Boolean enabled) |
Schedule |
Schedule.withOfferShiftRequestsEnabled(Boolean offerShiftRequestsEnabled) |
Schedule |
Schedule.withOpenShiftsEnabled(Boolean openShiftsEnabled) |
Schedule |
Schedule.withProvisionStatus(OperationStatus provisionStatus)
Returns an immutable copy of
this with just the provisionStatus
field changed. |
Schedule |
Schedule.withProvisionStatusCode(String provisionStatusCode)
Returns an immutable copy of
this with just the provisionStatusCode field changed. |
Schedule |
Schedule.withSwapShiftsRequestsEnabled(Boolean swapShiftsRequestsEnabled) |
Schedule |
Schedule.withTimeClockEnabled(Boolean timeClockEnabled) |
Schedule |
Schedule.withTimeOffRequestsEnabled(Boolean timeOffRequestsEnabled) |
Schedule |
Schedule.withTimeZone(String timeZone) |
Copyright © 2018–2020. All rights reserved.