public interface IEventDismissReminderRequest
Modifier and Type | Method and Description |
---|---|
void |
post()
Creates the EventDismissReminder
|
void |
post(ICallback<java.lang.Void> callback)
Creates the EventDismissReminder
|
void post(ICallback<java.lang.Void> callback)
callback
- the callback to be called after success or failurevoid post() throws ClientException
ClientException
- an exception occurs if there was an error while the request was sent