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(java.util.List<? extends Option> requestOptions)
Creates the IEventTentativelyAcceptRequest with specific requestOptions instead of the existing requestOptions
|
IEventTentativelyAcceptRequest |
buildRequest(Option... requestOptions)
Creates the IEventTentativelyAcceptRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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(Option... requestOptions)
buildRequest
in interface IEventTentativelyAcceptRequestBuilder
requestOptions
- the options for the requestpublic IEventTentativelyAcceptRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IEventTentativelyAcceptRequestBuilder
requestOptions
- the options for the request