Class ScheduleRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Schedule>
-
- odata.msgraph.client.beta.entity.request.ScheduleRequest
-
public class ScheduleRequest extends com.github.davidmoten.odata.client.EntityRequest<Schedule>
-
-
Constructor Summary
Constructors Constructor Description ScheduleRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
-
-
-
Method Detail
-
offerShiftRequests
public OfferShiftRequestRequest offerShiftRequests(String id)
-
offerShiftRequests
public OfferShiftRequestCollectionRequest offerShiftRequests()
-
openShiftChangeRequests
public OpenShiftChangeRequestRequest openShiftChangeRequests(String id)
-
openShiftChangeRequests
public OpenShiftChangeRequestCollectionRequest openShiftChangeRequests()
-
openShifts
public OpenShiftRequest openShifts(String id)
-
openShifts
public OpenShiftCollectionRequest openShifts()
-
schedulingGroups
public SchedulingGroupRequest schedulingGroups(String id)
-
schedulingGroups
public SchedulingGroupCollectionRequest schedulingGroups()
-
shifts
public ShiftRequest shifts(String id)
-
shifts
public ShiftCollectionRequest shifts()
-
swapShiftsChangeRequests
public SwapShiftsChangeRequestRequest swapShiftsChangeRequests(String id)
-
swapShiftsChangeRequests
public SwapShiftsChangeRequestCollectionRequest swapShiftsChangeRequests()
-
timeCards
public TimeCardRequest timeCards(String id)
-
timeCards
public TimeCardCollectionRequest timeCards()
-
timeOffReasons
public TimeOffReasonRequest timeOffReasons(String id)
-
timeOffReasons
public TimeOffReasonCollectionRequest timeOffReasons()
-
timeOffRequests
public TimeOffRequestRequest timeOffRequests(String id)
-
timeOffRequests
public TimeOffRequestCollectionRequest timeOffRequests()
-
timesOff
public TimeOffRequest timesOff(String id)
-
timesOff
public TimeOffCollectionRequest timesOff()
-
share
public com.github.davidmoten.odata.client.ActionRequestNoReturn share(Boolean notifyTeam, OffsetDateTime startDateTime, OffsetDateTime endDateTime)
-
-