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
|
IColumnLinkCollectionPage |
get() |
void |
get(ICallback<IColumnLinkCollectionPage> callback) |
ColumnLink |
post(ColumnLink newColumnLink) |
void |
post(ColumnLink newColumnLink,
ICallback<ColumnLink> callback) |
IColumnLinkCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IColumnLinkCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IColumnLinkCollectionPage> callback)
get in interface IColumnLinkCollectionRequestpublic IColumnLinkCollectionPage get() throws ClientException
get in interface IColumnLinkCollectionRequestClientExceptionpublic void post(ColumnLink newColumnLink, ICallback<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 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 IColumnLinkCollectionPage buildFromResponse(ColumnLinkCollectionResponse response)