public class OutlookCategoryCollectionRequestBuilder extends BaseRequestBuilder implements IOutlookCategoryCollectionRequestBuilder
| Constructor and Description |
|---|
OutlookCategoryCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of OutlookUser
|
| Modifier and Type | Method and Description |
|---|---|
IOutlookCategoryCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IOutlookCategoryCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IOutlookCategoryRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OutlookCategoryCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IOutlookCategoryCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IOutlookCategoryCollectionRequestBuilderrequestOptions - the options for this requestpublic IOutlookCategoryCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOutlookCategoryCollectionRequestBuilderrequestOptions - the options for this requestpublic IOutlookCategoryRequestBuilder byId(java.lang.String id)
byId in interface IOutlookCategoryCollectionRequestBuilder