Uses of Class
odata.msgraph.client.beta.entity.Schedule
-
Packages that use Schedule Package Description odata.msgraph.client.beta.entity -
-
Uses of Schedule in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Schedule Modifier and Type Method Description ScheduleSchedule.Builder. build()ScheduleSchedule. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ScheduleSchedule. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ScheduleSchedule. withEnabled(Boolean enabled)ScheduleSchedule. withOfferShiftRequestsEnabled(Boolean offerShiftRequestsEnabled)ScheduleSchedule. withOpenShiftsEnabled(Boolean openShiftsEnabled)ScheduleSchedule. withProvisionStatus(OperationStatus provisionStatus)Returns an immutable copy ofthiswith just theprovisionStatusfield changed.ScheduleSchedule. withProvisionStatusCode(String provisionStatusCode)Returns an immutable copy ofthiswith just theprovisionStatusCodefield changed.ScheduleSchedule. withSwapShiftsRequestsEnabled(Boolean swapShiftsRequestsEnabled)ScheduleSchedule. withTimeClockEnabled(Boolean timeClockEnabled)ScheduleSchedule. withTimeClockSettings(TimeClockSettings timeClockSettings)ScheduleSchedule. withTimeOffRequestsEnabled(Boolean timeOffRequestsEnabled)ScheduleSchedule. withTimeZone(String timeZone)ScheduleSchedule. withUnmappedField(String name, String value)ScheduleSchedule. withWorkforceIntegrationIds(List<String> workforceIntegrationIds)
-