public interface IUserGetMailTipsCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IUserGetMailTipsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IUserGetMailTipsCollectionPage |
post() |
void |
post(ICallback<IUserGetMailTipsCollectionPage> callback) |
IUserGetMailTipsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IUserGetMailTipsCollectionRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<IUserGetMailTipsCollectionPage> callback)
IUserGetMailTipsCollectionPage post() throws ClientException
ClientExceptionIUserGetMailTipsCollectionRequest select(java.lang.String value)
value - the select clauseIUserGetMailTipsCollectionRequest expand(java.lang.String value)
value - the expand clauseIUserGetMailTipsCollectionRequest top(int value)
value - the max number of items to return