public class WorkbookSessionInfoResourceRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookSessionInfoResourceRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookSessionInfoResourceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String key)
The request builder for this WorkbookSessionInfoResource
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookSessionInfoResourceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookSessionInfoResourceRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookSessionInfoResourceRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookSessionInfoResourceRequest
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookSessionInfoResourceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String key)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestkey - the keypublic IWorkbookSessionInfoResourceRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookSessionInfoResourceRequestBuilderrequestOptions - the options for the requestpublic IWorkbookSessionInfoResourceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookSessionInfoResourceRequestBuilderrequestOptions - the options for the request