public interface IColumnLinkCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IColumnLinkCollectionRequest |
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 IColumnLinkCollectionPage> callback)
IColumnLinkCollectionPage get() throws ClientException
ClientExceptionvoid post(ColumnLink newColumnLink, ICallback<? super ColumnLink> callback)
ColumnLink post(ColumnLink newColumnLink) throws ClientException
ClientExceptionIColumnLinkCollectionRequest expand(java.lang.String value)
value - the expand clauseIColumnLinkCollectionRequest filter(java.lang.String value)
value - the filter clauseIColumnLinkCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIColumnLinkCollectionRequest select(java.lang.String value)
value - the select clauseIColumnLinkCollectionRequest top(int value)
value - the max number of items to returnIColumnLinkCollectionRequest skip(int value)
value - of the number of items to skipIColumnLinkCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination