public interface IContactFolderCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IContactFolderCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IContactFolderCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IContactFolderCollectionPage |
get() |
void |
get(ICallback<? super IContactFolderCollectionPage> callback) |
IContactFolderCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ContactFolder |
post(ContactFolder newContactFolder) |
void |
post(ContactFolder newContactFolder,
ICallback<? super ContactFolder> callback) |
IContactFolderCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IContactFolderCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IContactFolderCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IContactFolderCollectionRequest |
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 IContactFolderCollectionPage> callback)
IContactFolderCollectionPage get() throws ClientException
ClientExceptionvoid post(ContactFolder newContactFolder, ICallback<? super ContactFolder> callback)
ContactFolder post(ContactFolder newContactFolder) throws ClientException
ClientExceptionIContactFolderCollectionRequest expand(java.lang.String value)
value - the expand clauseIContactFolderCollectionRequest filter(java.lang.String value)
value - the filter clauseIContactFolderCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIContactFolderCollectionRequest select(java.lang.String value)
value - the select clauseIContactFolderCollectionRequest top(int value)
value - the max number of items to returnIContactFolderCollectionRequest skip(int value)
value - of the number of items to skipIContactFolderCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination