public class EventTentativelyAcceptRequestBuilder extends BaseActionRequestBuilder implements IEventTentativelyAcceptRequestBuilder
bodyParams| Constructor and Description |
|---|
EventTentativelyAcceptRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String comment,
java.lang.Boolean sendResponse)
The request builder for this EventTentativelyAccept
|
| Modifier and Type | Method and Description |
|---|---|
IEventTentativelyAcceptRequest |
buildRequest()
Creates the IEventTentativelyAcceptRequest
|
IEventTentativelyAcceptRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IEventTentativelyAcceptRequest 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 EventTentativelyAcceptRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String comment,
java.lang.Boolean sendResponse)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcomment - the commentsendResponse - the sendResponsepublic IEventTentativelyAcceptRequest buildRequest()
buildRequest in interface IEventTentativelyAcceptRequestBuilderpublic IEventTentativelyAcceptRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEventTentativelyAcceptRequestBuilderrequestOptions - the options for the request