public class DeviceManagementTroubleshootingEventCollectionRequestBuilder extends BaseRequestBuilder implements IDeviceManagementTroubleshootingEventCollectionRequestBuilder
| Constructor and Description |
|---|
DeviceManagementTroubleshootingEventCollectionRequestBuilder(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 |
|---|---|
IDeviceManagementTroubleshootingEventCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IDeviceManagementTroubleshootingEventCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IDeviceManagementTroubleshootingEventRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DeviceManagementTroubleshootingEventCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IDeviceManagementTroubleshootingEventCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IDeviceManagementTroubleshootingEventCollectionRequestBuilderrequestOptions - the options for this requestpublic IDeviceManagementTroubleshootingEventCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDeviceManagementTroubleshootingEventCollectionRequestBuilderrequestOptions - the options for this requestpublic IDeviceManagementTroubleshootingEventRequestBuilder byId(java.lang.String id)
byId in interface IDeviceManagementTroubleshootingEventCollectionRequestBuilder