public interface IMailFolderCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IMailFolderCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IMailFolderCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IMailFolderCollectionPage |
get() |
void |
get(ICallback<? super IMailFolderCollectionPage> callback) |
IMailFolderCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
MailFolder |
post(MailFolder newMailFolder) |
void |
post(MailFolder newMailFolder,
ICallback<? super MailFolder> callback) |
IMailFolderCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMailFolderCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IMailFolderCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IMailFolderCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IMailFolderCollectionPage> callback)
IMailFolderCollectionPage get() throws ClientException
ClientExceptionvoid post(MailFolder newMailFolder, ICallback<? super MailFolder> callback)
MailFolder post(MailFolder newMailFolder) throws ClientException
ClientExceptionIMailFolderCollectionRequest expand(java.lang.String value)
value - the expand clauseIMailFolderCollectionRequest filter(java.lang.String value)
value - the filter clauseIMailFolderCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIMailFolderCollectionRequest select(java.lang.String value)
value - the select clauseIMailFolderCollectionRequest top(int value)
value - the max number of items to returnIMailFolderCollectionRequest skip(int value)
value - of the number of items to skipIMailFolderCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination