public class MessageCreateReplyAllRequestBuilder extends BaseActionRequestBuilder implements IMessageCreateReplyAllRequestBuilder
bodyParams| Constructor and Description |
|---|
MessageCreateReplyAllRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this MessageCreateReplyAll
|
| Modifier and Type | Method and Description |
|---|---|
IMessageCreateReplyAllRequest |
buildRequest()
Creates the IMessageCreateReplyAllRequest
|
IMessageCreateReplyAllRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IMessageCreateReplyAllRequest with specific requestOptions instead of the existing requestOptions
|
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)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IMessageCreateReplyAllRequest buildRequest()
buildRequest in interface IMessageCreateReplyAllRequestBuilderpublic IMessageCreateReplyAllRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IMessageCreateReplyAllRequestBuilderrequestOptions - the options for the request