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() |
IDeviceManagementTroubleshootingEventCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
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()
buildRequest in interface IDeviceManagementTroubleshootingEventCollectionRequestBuilderpublic IDeviceManagementTroubleshootingEventCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDeviceManagementTroubleshootingEventCollectionRequestBuilderpublic IDeviceManagementTroubleshootingEventRequestBuilder byId(java.lang.String id)
byId in interface IDeviceManagementTroubleshootingEventCollectionRequestBuilder