public class MessageCreateReplyRequestBuilder extends BaseActionRequestBuilder implements IMessageCreateReplyRequestBuilder
bodyParams| Constructor and Description |
|---|
MessageCreateReplyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
Message message,
java.lang.String comment)
The request builder for this MessageCreateReply
|
| Modifier and Type | Method and Description |
|---|---|
IMessageCreateReplyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IMessageCreateReplyRequest with specific requestOptions instead of the existing requestOptions
|
IMessageCreateReplyRequest |
buildRequest(Option... requestOptions)
Creates the IMessageCreateReplyRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic MessageCreateReplyRequestBuilder(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 IMessageCreateReplyRequest buildRequest(Option... requestOptions)
buildRequest in interface IMessageCreateReplyRequestBuilderrequestOptions - the options for the requestpublic IMessageCreateReplyRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IMessageCreateReplyRequestBuilderrequestOptions - the options for the request