public interface IMessageCreateReplyRequest
| Modifier and Type | Method and Description |
|---|---|
IMessageCreateReplyRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Message |
post()
Creates the MessageCreateReply
|
void |
post(ICallback<Message> callback)
Creates the MessageCreateReply
|
IMessageCreateReplyRequest |
select(java.lang.String value)
Sets the select clause for the request
|
void post(ICallback<Message> callback)
callback - the callback to be called after success or failureMessage post() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIMessageCreateReplyRequest select(java.lang.String value)
value - the select clauseIMessageCreateReplyRequest expand(java.lang.String value)
value - the expand clause