Package odata.msgraph.client.beta.entity
Class Schedule.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Schedule.Builder
-
-
Method Summary
-
-
-
Method Detail
-
id
public Schedule.Builder id(String id)
-
enabled
public Schedule.Builder enabled(Boolean enabled)
-
offerShiftRequestsEnabled
public Schedule.Builder offerShiftRequestsEnabled(Boolean offerShiftRequestsEnabled)
-
openShiftsEnabled
public Schedule.Builder openShiftsEnabled(Boolean openShiftsEnabled)
-
provisionStatus
public Schedule.Builder provisionStatus(OperationStatus provisionStatus)
Org.OData.Core.V1.Computed
true
- Parameters:
provisionStatus- value ofprovisionStatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
provisionStatusCode
public Schedule.Builder provisionStatusCode(String provisionStatusCode)
Org.OData.Core.V1.Computed
true
- Parameters:
provisionStatusCode- value ofprovisionStatusCodeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
swapShiftsRequestsEnabled
public Schedule.Builder swapShiftsRequestsEnabled(Boolean swapShiftsRequestsEnabled)
-
timeClockEnabled
public Schedule.Builder timeClockEnabled(Boolean timeClockEnabled)
-
timeClockSettings
public Schedule.Builder timeClockSettings(TimeClockSettings timeClockSettings)
-
timeOffRequestsEnabled
public Schedule.Builder timeOffRequestsEnabled(Boolean timeOffRequestsEnabled)
-
timeZone
public Schedule.Builder timeZone(String timeZone)
-
workforceIntegrationIds
public Schedule.Builder workforceIntegrationIds(List<String> workforceIntegrationIds)
-
workforceIntegrationIds
public Schedule.Builder workforceIntegrationIds(String... workforceIntegrationIds)
-
workforceIntegrationIdsNextLink
public Schedule.Builder workforceIntegrationIdsNextLink(String workforceIntegrationIdsNextLink)
-
build
public Schedule build()
-
-