public interface ISchedulingGroupCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
ISchedulingGroupCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super ISchedulingGroupCollectionPage> callback)
ISchedulingGroupCollectionPage get() throws ClientException
ClientExceptionvoid post(SchedulingGroup newSchedulingGroup, ICallback<? super SchedulingGroup> callback)
SchedulingGroup post(SchedulingGroup newSchedulingGroup) throws ClientException
ClientExceptionISchedulingGroupCollectionRequest expand(java.lang.String value)
value - the expand clauseISchedulingGroupCollectionRequest filter(java.lang.String value)
value - the filter clauseISchedulingGroupCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISchedulingGroupCollectionRequest select(java.lang.String value)
value - the select clauseISchedulingGroupCollectionRequest top(int value)
value - the max number of items to returnISchedulingGroupCollectionRequest skip(int value)
value - of the number of items to skipISchedulingGroupCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination