public class OutlookCategoryCollectionRequest extends BaseCollectionRequest<OutlookCategoryCollectionResponse,IOutlookCategoryCollectionPage> implements IOutlookCategoryCollectionRequest
| Constructor and Description |
|---|
OutlookCategoryCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of OutlookCategory
|
| Modifier and Type | Method and Description |
|---|---|
IOutlookCategoryCollectionPage |
buildFromResponse(OutlookCategoryCollectionResponse response) |
IOutlookCategoryCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOutlookCategoryCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IOutlookCategoryCollectionPage |
get() |
void |
get(ICallback<? super IOutlookCategoryCollectionPage> callback) |
IOutlookCategoryCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
OutlookCategory |
post(OutlookCategory newOutlookCategory) |
void |
post(OutlookCategory newOutlookCategory,
ICallback<? super OutlookCategory> callback) |
IOutlookCategoryCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOutlookCategoryCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IOutlookCategoryCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IOutlookCategoryCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic OutlookCategoryCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IOutlookCategoryCollectionPage> callback)
get in interface IOutlookCategoryCollectionRequestpublic IOutlookCategoryCollectionPage get() throws ClientException
get in interface IOutlookCategoryCollectionRequestClientExceptionpublic void post(OutlookCategory newOutlookCategory, ICallback<? super OutlookCategory> callback)
post in interface IOutlookCategoryCollectionRequestpublic OutlookCategory post(OutlookCategory newOutlookCategory) throws ClientException
post in interface IOutlookCategoryCollectionRequestClientExceptionpublic IOutlookCategoryCollectionRequest expand(java.lang.String value)
expand in interface IOutlookCategoryCollectionRequestvalue - the expand clausepublic IOutlookCategoryCollectionRequest filter(java.lang.String value)
filter in interface IOutlookCategoryCollectionRequestvalue - the filter clausepublic IOutlookCategoryCollectionRequest orderBy(java.lang.String value)
orderBy in interface IOutlookCategoryCollectionRequestvalue - the order by clausepublic IOutlookCategoryCollectionRequest select(java.lang.String value)
select in interface IOutlookCategoryCollectionRequestvalue - the select clausepublic IOutlookCategoryCollectionRequest top(int value)
top in interface IOutlookCategoryCollectionRequestvalue - the max number of items to returnpublic IOutlookCategoryCollectionRequest skip(int value)
skip in interface IOutlookCategoryCollectionRequestvalue - of the number of items to skippublic IOutlookCategoryCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IOutlookCategoryCollectionRequestskipToken - - Token for paginationpublic IOutlookCategoryCollectionPage buildFromResponse(OutlookCategoryCollectionResponse response)