public interface IMailFolderCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IMailFolderCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IMailFolderCollectionPage |
get() |
void |
get(ICallback<IMailFolderCollectionPage> callback) |
MailFolder |
post(MailFolder newMailFolder) |
void |
post(MailFolder newMailFolder,
ICallback<MailFolder> callback) |
IMailFolderCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMailFolderCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IMailFolderCollectionPage> callback)
IMailFolderCollectionPage get() throws ClientException
ClientExceptionvoid post(MailFolder newMailFolder, ICallback<MailFolder> callback)
MailFolder post(MailFolder newMailFolder) throws ClientException
ClientExceptionIMailFolderCollectionRequest expand(java.lang.String value)
value - the expand clauseIMailFolderCollectionRequest select(java.lang.String value)
value - the select clauseIMailFolderCollectionRequest top(int value)
value - the max number of items to return