public interface ITrendingCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ITrendingCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITrendingCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITrendingCollectionPage |
get() |
void |
get(ICallback<? super ITrendingCollectionPage> callback) |
ITrendingCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Trending |
post(Trending newTrending) |
void |
post(Trending newTrending,
ICallback<? super Trending> callback) |
ITrendingCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITrendingCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITrendingCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ITrendingCollectionRequest |
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 ITrendingCollectionPage> callback)
ITrendingCollectionPage get() throws ClientException
ClientExceptionTrending post(Trending newTrending) throws ClientException
ClientExceptionITrendingCollectionRequest expand(java.lang.String value)
value - the expand clauseITrendingCollectionRequest filter(java.lang.String value)
value - the filter clauseITrendingCollectionRequest orderBy(java.lang.String value)
value - the order by clauseITrendingCollectionRequest select(java.lang.String value)
value - the select clauseITrendingCollectionRequest top(int value)
value - the max number of items to returnITrendingCollectionRequest skip(int value)
value - of the number of items to skipITrendingCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination