public interface IChannelCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IChannelCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IChannelCollectionPage |
get() |
void |
get(ICallback<IChannelCollectionPage> callback) |
Channel |
post(Channel newChannel) |
void |
post(Channel newChannel,
ICallback<Channel> callback) |
IChannelCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IChannelCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IChannelCollectionPage> callback)
IChannelCollectionPage get() throws ClientException
ClientExceptionChannel post(Channel newChannel) throws ClientException
ClientExceptionIChannelCollectionRequest expand(java.lang.String value)
value - the expand clauseIChannelCollectionRequest select(java.lang.String value)
value - the select clauseIChannelCollectionRequest top(int value)
value - the max number of items to return