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