Uses of Class
odata.msgraph.client.beta.entity.Schedule.Builder
-
Packages that use Schedule.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of Schedule.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Schedule.Builder Modifier and Type Method Description static Schedule.BuilderSchedule. builderSchedule()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Schedule.BuilderSchedule.Builder. enabled(Boolean enabled)Schedule.BuilderSchedule.Builder. id(String id)Schedule.BuilderSchedule.Builder. offerShiftRequestsEnabled(Boolean offerShiftRequestsEnabled)Schedule.BuilderSchedule.Builder. openShiftsEnabled(Boolean openShiftsEnabled)Schedule.BuilderSchedule.Builder. provisionStatus(OperationStatus provisionStatus)Org.OData.Core.V1.ComputedSchedule.BuilderSchedule.Builder. provisionStatusCode(String provisionStatusCode)Org.OData.Core.V1.ComputedSchedule.BuilderSchedule.Builder. swapShiftsRequestsEnabled(Boolean swapShiftsRequestsEnabled)Schedule.BuilderSchedule.Builder. timeClockEnabled(Boolean timeClockEnabled)Schedule.BuilderSchedule.Builder. timeClockSettings(TimeClockSettings timeClockSettings)Schedule.BuilderSchedule.Builder. timeOffRequestsEnabled(Boolean timeOffRequestsEnabled)Schedule.BuilderSchedule.Builder. timeZone(String timeZone)Schedule.BuilderSchedule.Builder. workforceIntegrationIds(String... workforceIntegrationIds)Schedule.BuilderSchedule.Builder. workforceIntegrationIds(List<String> workforceIntegrationIds)Schedule.BuilderSchedule.Builder. workforceIntegrationIdsNextLink(String workforceIntegrationIdsNextLink)
-