public interface IColumnDefinitionCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
IColumnDefinitionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IColumnDefinitionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IColumnDefinitionCollectionPage |
get() |
void |
get(ICallback<? super IColumnDefinitionCollectionPage> callback) |
IColumnDefinitionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ColumnDefinition |
post(ColumnDefinition newColumnDefinition) |
void |
post(ColumnDefinition newColumnDefinition,
ICallback<? super ColumnDefinition> callback) |
IColumnDefinitionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IColumnDefinitionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IColumnDefinitionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IColumnDefinitionCollectionRequest |
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, withHttpMethod
void get(ICallback<? super IColumnDefinitionCollectionPage> callback)
IColumnDefinitionCollectionPage get() throws ClientException
ClientException
void post(ColumnDefinition newColumnDefinition, ICallback<? super ColumnDefinition> callback)
ColumnDefinition post(ColumnDefinition newColumnDefinition) throws ClientException
ClientException
IColumnDefinitionCollectionRequest expand(java.lang.String value)
value
- the expand clauseIColumnDefinitionCollectionRequest filter(java.lang.String value)
value
- the filter clauseIColumnDefinitionCollectionRequest orderBy(java.lang.String value)
value
- the order by clauseIColumnDefinitionCollectionRequest select(java.lang.String value)
value
- the select clauseIColumnDefinitionCollectionRequest top(int value)
value
- the max number of items to returnIColumnDefinitionCollectionRequest skip(int value)
value
- of the number of items to skipIColumnDefinitionCollectionRequest skipToken(java.lang.String skipToken)
skipToken
- value for pagination