public class ShiftCollectionRequestBuilder extends BaseRequestBuilder implements IShiftCollectionRequestBuilder
| Constructor and Description |
|---|
ShiftCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Schedule
|
| Modifier and Type | Method and Description |
|---|---|
IShiftCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IShiftCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IShiftRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ShiftCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IShiftCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IShiftCollectionRequestBuilderrequestOptions - the options for this requestpublic IShiftCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IShiftCollectionRequestBuilderrequestOptions - the options for this requestpublic IShiftRequestBuilder byId(java.lang.String id)
byId in interface IShiftCollectionRequestBuilder