public class ManagedDeviceCleanWindowsDeviceRequestBuilder extends BaseActionRequestBuilder implements IManagedDeviceCleanWindowsDeviceRequestBuilder
bodyParams| Constructor and Description |
|---|
ManagedDeviceCleanWindowsDeviceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Boolean keepUserData)
The request builder for this ManagedDeviceCleanWindowsDevice
|
| Modifier and Type | Method and Description |
|---|---|
IManagedDeviceCleanWindowsDeviceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IManagedDeviceCleanWindowsDeviceRequest with specific requestOptions instead of the existing requestOptions
|
IManagedDeviceCleanWindowsDeviceRequest |
buildRequest(Option... requestOptions)
Creates the IManagedDeviceCleanWindowsDeviceRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ManagedDeviceCleanWindowsDeviceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Boolean keepUserData)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestkeepUserData - the keepUserDatapublic IManagedDeviceCleanWindowsDeviceRequest buildRequest(Option... requestOptions)
buildRequest in interface IManagedDeviceCleanWindowsDeviceRequestBuilderrequestOptions - the options for the requestpublic IManagedDeviceCleanWindowsDeviceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IManagedDeviceCleanWindowsDeviceRequestBuilderrequestOptions - the options for the request