public interface IPostCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IPostCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPostCollectionPage |
get() |
void |
get(ICallback<IPostCollectionPage> callback) |
Post |
post(Post newPost) |
void |
post(Post newPost,
ICallback<Post> callback) |
IPostCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPostCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IPostCollectionPage> callback)
IPostCollectionPage get() throws ClientException
ClientExceptionPost post(Post newPost) throws ClientException
ClientExceptionIPostCollectionRequest expand(java.lang.String value)
value - the expand clauseIPostCollectionRequest select(java.lang.String value)
value - the select clauseIPostCollectionRequest top(int value)
value - the max number of items to return