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