public interface IMailFolderMoveRequest
| Modifier and Type | Method and Description |
|---|---|
IMailFolderMoveRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MailFolder |
post() |
void |
post(ICallback<MailFolder> callback) |
IMailFolderMoveRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMailFolderMoveRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<MailFolder> callback)
MailFolder post() throws ClientException
ClientExceptionIMailFolderMoveRequest select(java.lang.String value)
value - the select clauseIMailFolderMoveRequest top(int value)
value - the max number of items to returnIMailFolderMoveRequest expand(java.lang.String value)
value - the expand clause