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