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