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