public class ChatWithReferenceRequestBuilder extends BaseRequestBuilder implements IChatWithReferenceRequestBuilder
| Constructor and Description |
|---|
ChatWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Chat
|
| Modifier and Type | Method and Description |
|---|---|
IChatWithReferenceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IChatWithReferenceRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IChatReferenceRequestBuilder |
reference() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ChatWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IChatWithReferenceRequest buildRequest(Option... requestOptions)
buildRequest in interface IChatWithReferenceRequestBuilderrequestOptions - the options for this requestpublic IChatWithReferenceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IChatWithReferenceRequestBuilderrequestOptions - the options for this requestpublic IChatReferenceRequestBuilder reference()
reference in interface IChatWithReferenceRequestBuilder