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, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IManagedDeviceCleanWindowsDeviceRequestBuilder
requestOptions
- the options for the requestpublic IManagedDeviceCleanWindowsDeviceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IManagedDeviceCleanWindowsDeviceRequestBuilder
requestOptions
- the options for the request