public class EventDeclineRequestBuilder extends BaseActionRequestBuilder implements IEventDeclineRequestBuilder
bodyParams| Constructor and Description |
|---|
EventDeclineRequestBuilder(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 EventDecline
|
| Modifier and Type | Method and Description |
|---|---|
IEventDeclineRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IEventDeclineRequest with specific requestOptions instead of the existing requestOptions
|
IEventDeclineRequest |
buildRequest(Option... requestOptions)
Creates the IEventDeclineRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic EventDeclineRequestBuilder(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 IEventDeclineRequest buildRequest(Option... requestOptions)
buildRequest in interface IEventDeclineRequestBuilderrequestOptions - the options for the requestpublic IEventDeclineRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEventDeclineRequestBuilderrequestOptions - the options for the request