public class ColumnLinkCollectionRequest extends BaseCollectionRequest<ColumnLinkCollectionResponse,IColumnLinkCollectionPage> implements IColumnLinkCollectionRequest
| Constructor and Description |
|---|
ColumnLinkCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ColumnLink
|
| Modifier and Type | Method and Description |
|---|---|
IColumnLinkCollectionPage |
buildFromResponse(ColumnLinkCollectionResponse response) |
IColumnLinkCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IColumnLinkCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IColumnLinkCollectionPage |
get() |
void |
get(ICallback<? super IColumnLinkCollectionPage> callback) |
IColumnLinkCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ColumnLink |
post(ColumnLink newColumnLink) |
void |
post(ColumnLink newColumnLink,
ICallback<? super ColumnLink> callback) |
IColumnLinkCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IColumnLinkCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IColumnLinkCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IColumnLinkCollectionRequest |
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 ColumnLinkCollectionRequest(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 IColumnLinkCollectionPage> callback)
get in interface IColumnLinkCollectionRequestpublic IColumnLinkCollectionPage get() throws ClientException
get in interface IColumnLinkCollectionRequestClientExceptionpublic void post(ColumnLink newColumnLink, ICallback<? super ColumnLink> callback)
post in interface IColumnLinkCollectionRequestpublic ColumnLink post(ColumnLink newColumnLink) throws ClientException
post in interface IColumnLinkCollectionRequestClientExceptionpublic IColumnLinkCollectionRequest expand(java.lang.String value)
expand in interface IColumnLinkCollectionRequestvalue - the expand clausepublic IColumnLinkCollectionRequest filter(java.lang.String value)
filter in interface IColumnLinkCollectionRequestvalue - the filter clausepublic IColumnLinkCollectionRequest orderBy(java.lang.String value)
orderBy in interface IColumnLinkCollectionRequestvalue - the order by clausepublic IColumnLinkCollectionRequest select(java.lang.String value)
select in interface IColumnLinkCollectionRequestvalue - the select clausepublic IColumnLinkCollectionRequest top(int value)
top in interface IColumnLinkCollectionRequestvalue - the max number of items to returnpublic IColumnLinkCollectionRequest skip(int value)
skip in interface IColumnLinkCollectionRequestvalue - of the number of items to skippublic IColumnLinkCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IColumnLinkCollectionRequestskipToken - - Token for paginationpublic IColumnLinkCollectionPage buildFromResponse(ColumnLinkCollectionResponse response)