public interface ITrendingCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ITrendingCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITrendingCollectionPage |
get() |
void |
get(ICallback<ITrendingCollectionPage> callback) |
Trending |
post(Trending newTrending) |
void |
post(Trending newTrending,
ICallback<Trending> callback) |
ITrendingCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITrendingCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ITrendingCollectionPage> callback)
ITrendingCollectionPage get() throws ClientException
ClientExceptionTrending post(Trending newTrending) throws ClientException
ClientExceptionITrendingCollectionRequest expand(java.lang.String value)
value - the expand clauseITrendingCollectionRequest select(java.lang.String value)
value - the select clauseITrendingCollectionRequest top(int value)
value - the max number of items to return