public class ColumnDefinitionCollectionRequest extends BaseCollectionRequest<ColumnDefinitionCollectionResponse,IColumnDefinitionCollectionPage> implements IColumnDefinitionCollectionRequest
| Constructor and Description |
|---|
ColumnDefinitionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ColumnDefinition
|
| Modifier and Type | Method and Description |
|---|---|
IColumnDefinitionCollectionPage |
buildFromResponse(ColumnDefinitionCollectionResponse response) |
IColumnDefinitionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IColumnDefinitionCollectionPage |
get() |
void |
get(ICallback<IColumnDefinitionCollectionPage> callback) |
ColumnDefinition |
post(ColumnDefinition newColumnDefinition) |
void |
post(ColumnDefinition newColumnDefinition,
ICallback<ColumnDefinition> callback) |
IColumnDefinitionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IColumnDefinitionCollectionRequest |
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 ColumnDefinitionCollectionRequest(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<IColumnDefinitionCollectionPage> callback)
get in interface IColumnDefinitionCollectionRequestpublic IColumnDefinitionCollectionPage get() throws ClientException
get in interface IColumnDefinitionCollectionRequestClientExceptionpublic void post(ColumnDefinition newColumnDefinition, ICallback<ColumnDefinition> callback)
post in interface IColumnDefinitionCollectionRequestpublic ColumnDefinition post(ColumnDefinition newColumnDefinition) throws ClientException
post in interface IColumnDefinitionCollectionRequestClientExceptionpublic IColumnDefinitionCollectionRequest expand(java.lang.String value)
expand in interface IColumnDefinitionCollectionRequestvalue - the expand clausepublic IColumnDefinitionCollectionRequest select(java.lang.String value)
select in interface IColumnDefinitionCollectionRequestvalue - the select clausepublic IColumnDefinitionCollectionRequest top(int value)
top in interface IColumnDefinitionCollectionRequestvalue - the max number of items to returnpublic IColumnDefinitionCollectionPage buildFromResponse(ColumnDefinitionCollectionResponse response)