public class ManagedDeviceWipeRequestBuilder extends BaseActionRequestBuilder implements IManagedDeviceWipeRequestBuilder
bodyParams| Constructor and Description |
|---|
ManagedDeviceWipeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Boolean keepEnrollmentData,
java.lang.Boolean keepUserData,
java.lang.String macOsUnlockCode)
The request builder for this ManagedDeviceWipe
|
| Modifier and Type | Method and Description |
|---|---|
IManagedDeviceWipeRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IManagedDeviceWipeRequest with specific requestOptions instead of the existing requestOptions
|
IManagedDeviceWipeRequest |
buildRequest(Option... requestOptions)
Creates the IManagedDeviceWipeRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ManagedDeviceWipeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Boolean keepEnrollmentData,
java.lang.Boolean keepUserData,
java.lang.String macOsUnlockCode)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestkeepEnrollmentData - the keepEnrollmentDatakeepUserData - the keepUserDatamacOsUnlockCode - the macOsUnlockCodepublic IManagedDeviceWipeRequest buildRequest(Option... requestOptions)
buildRequest in interface IManagedDeviceWipeRequestBuilderrequestOptions - the options for the requestpublic IManagedDeviceWipeRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IManagedDeviceWipeRequestBuilderrequestOptions - the options for the request