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