public interface IChannelCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IChannelCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IChannelCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IChannelCollectionPage |
get() |
void |
get(ICallback<? super IChannelCollectionPage> callback) |
IChannelCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Channel |
post(Channel newChannel) |
void |
post(Channel newChannel,
ICallback<? super Channel> callback) |
IChannelCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IChannelCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IChannelCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IChannelCollectionRequest |
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 IChannelCollectionPage> callback)
IChannelCollectionPage get() throws ClientException
ClientExceptionChannel post(Channel newChannel) throws ClientException
ClientExceptionIChannelCollectionRequest expand(java.lang.String value)
value - the expand clauseIChannelCollectionRequest filter(java.lang.String value)
value - the filter clauseIChannelCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIChannelCollectionRequest select(java.lang.String value)
value - the select clauseIChannelCollectionRequest top(int value)
value - the max number of items to returnIChannelCollectionRequest skip(int value)
value - of the number of items to skipIChannelCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination