public interface ISectionGroupCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ISectionGroupCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISectionGroupCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISectionGroupCollectionPage |
get() |
void |
get(ICallback<? super ISectionGroupCollectionPage> callback) |
ISectionGroupCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
SectionGroup |
post(SectionGroup newSectionGroup) |
void |
post(SectionGroup newSectionGroup,
ICallback<? super SectionGroup> callback) |
ISectionGroupCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISectionGroupCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISectionGroupCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ISectionGroupCollectionRequest |
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 ISectionGroupCollectionPage> callback)
ISectionGroupCollectionPage get() throws ClientException
ClientExceptionvoid post(SectionGroup newSectionGroup, ICallback<? super SectionGroup> callback)
SectionGroup post(SectionGroup newSectionGroup) throws ClientException
ClientExceptionISectionGroupCollectionRequest expand(java.lang.String value)
value - the expand clauseISectionGroupCollectionRequest filter(java.lang.String value)
value - the filter clauseISectionGroupCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISectionGroupCollectionRequest select(java.lang.String value)
value - the select clauseISectionGroupCollectionRequest top(int value)
value - the max number of items to returnISectionGroupCollectionRequest skip(int value)
value - of the number of items to skipISectionGroupCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination