public class EventCancelRequestBuilder extends BaseActionRequestBuilder implements IEventCancelRequestBuilder
bodyParams| Constructor and Description |
|---|
EventCancelRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String comment)
The request builder for this EventCancel
|
| Modifier and Type | Method and Description |
|---|---|
IEventCancelRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IEventCancelRequest with specific requestOptions instead of the existing requestOptions
|
IEventCancelRequest |
buildRequest(Option... requestOptions)
Creates the IEventCancelRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic EventCancelRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String comment)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcomment - the commentpublic IEventCancelRequest buildRequest(Option... requestOptions)
buildRequest in interface IEventCancelRequestBuilderrequestOptions - the options for the requestpublic IEventCancelRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEventCancelRequestBuilderrequestOptions - the options for the request