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