public interface IChatReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
Chat |
delete() |
void |
delete(ICallback<? super Chat> callback) |
IChatReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Chat |
put(Chat srcChat)
Puts the Chat
|
void |
put(Chat srcChat,
ICallback<? super Chat> callback)
Puts the Chat
|
IChatReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodChat delete() throws ClientException
ClientExceptionIChatReferenceRequest select(java.lang.String value)
value - the select clauseIChatReferenceRequest expand(java.lang.String value)
value - the expand clausevoid put(Chat srcChat, ICallback<? super Chat> callback)
srcChat - the Chat to PUTcallback - the callback to be called after success or failureChat put(Chat srcChat) throws ClientException
srcChat - the Chat to PUTClientException - an exception occurs if there was an error while the request was sent