public class SchedulingGroupCollectionRequest extends BaseCollectionRequest<SchedulingGroupCollectionResponse,ISchedulingGroupCollectionPage> implements ISchedulingGroupCollectionRequest
| Constructor and Description |
|---|
SchedulingGroupCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of SchedulingGroup
|
| Modifier and Type | Method and Description |
|---|---|
ISchedulingGroupCollectionPage |
buildFromResponse(SchedulingGroupCollectionResponse response) |
ISchedulingGroupCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISchedulingGroupCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISchedulingGroupCollectionPage |
get() |
void |
get(ICallback<? super ISchedulingGroupCollectionPage> callback) |
ISchedulingGroupCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
SchedulingGroup |
post(SchedulingGroup newSchedulingGroup) |
void |
post(SchedulingGroup newSchedulingGroup,
ICallback<? super SchedulingGroup> callback) |
ISchedulingGroupCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISchedulingGroupCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISchedulingGroupCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
ISchedulingGroupCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic SchedulingGroupCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super ISchedulingGroupCollectionPage> callback)
get in interface ISchedulingGroupCollectionRequestpublic ISchedulingGroupCollectionPage get() throws ClientException
get in interface ISchedulingGroupCollectionRequestClientExceptionpublic void post(SchedulingGroup newSchedulingGroup, ICallback<? super SchedulingGroup> callback)
post in interface ISchedulingGroupCollectionRequestpublic SchedulingGroup post(SchedulingGroup newSchedulingGroup) throws ClientException
post in interface ISchedulingGroupCollectionRequestClientExceptionpublic ISchedulingGroupCollectionRequest expand(java.lang.String value)
expand in interface ISchedulingGroupCollectionRequestvalue - the expand clausepublic ISchedulingGroupCollectionRequest filter(java.lang.String value)
filter in interface ISchedulingGroupCollectionRequestvalue - the filter clausepublic ISchedulingGroupCollectionRequest orderBy(java.lang.String value)
orderBy in interface ISchedulingGroupCollectionRequestvalue - the order by clausepublic ISchedulingGroupCollectionRequest select(java.lang.String value)
select in interface ISchedulingGroupCollectionRequestvalue - the select clausepublic ISchedulingGroupCollectionRequest top(int value)
top in interface ISchedulingGroupCollectionRequestvalue - the max number of items to returnpublic ISchedulingGroupCollectionRequest skip(int value)
skip in interface ISchedulingGroupCollectionRequestvalue - of the number of items to skippublic ISchedulingGroupCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ISchedulingGroupCollectionRequestskipToken - - Token for paginationpublic ISchedulingGroupCollectionPage buildFromResponse(SchedulingGroupCollectionResponse response)