public interface IMessageDeltaCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IMessageDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IMessageDeltaCollectionPage |
get() |
void |
get(ICallback<IMessageDeltaCollectionPage> callback) |
IMessageDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMessageDeltaCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IMessageDeltaCollectionPage> callback)
IMessageDeltaCollectionPage get() throws ClientException
ClientExceptionIMessageDeltaCollectionRequest select(java.lang.String value)
value - the select clauseIMessageDeltaCollectionRequest expand(java.lang.String value)
value - the expand clauseIMessageDeltaCollectionRequest top(int value)
value - the max number of items to return