public interface IMessageCreateReplyAllRequest
| Modifier and Type | Method and Description |
|---|---|
IMessageCreateReplyAllRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Message |
post()
Creates the MessageCreateReplyAll
|
void |
post(ICallback<Message> callback)
Creates the MessageCreateReplyAll
|
IMessageCreateReplyAllRequest |
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 sentIMessageCreateReplyAllRequest select(java.lang.String value)
value - the select clauseIMessageCreateReplyAllRequest expand(java.lang.String value)
value - the expand clause