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