public class EventAcceptRequestBuilder extends BaseActionRequestBuilder implements IEventAcceptRequestBuilder
bodyParams| Constructor and Description |
|---|
EventAcceptRequestBuilder(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 EventAccept
|
| Modifier and Type | Method and Description |
|---|---|
IEventAcceptRequest |
buildRequest()
Creates the IEventAcceptRequest
|
IEventAcceptRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IEventAcceptRequest 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 EventAcceptRequestBuilder(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 IEventAcceptRequest buildRequest()
buildRequest in interface IEventAcceptRequestBuilderpublic IEventAcceptRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEventAcceptRequestBuilderrequestOptions - the options for the request