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