public class MessagesService extends Object
| Constructor and Description |
|---|
MessagesService() |
| Modifier and Type | Method and Description |
|---|---|
CancelMessageResponse |
cancelMessage(String messageId) |
Message |
getMessage(String messageId) |
MessageHistory |
getMessageHistory(String messageId,
String type) |
Messages |
getMessages(String cursor,
String event,
String list,
String messageId,
String notification,
String recipient) |
public Messages getMessages(String cursor, String event, String list, String messageId, String notification, String recipient) throws IOException
IOExceptionpublic Message getMessage(String messageId) throws IOException
IOExceptionpublic CancelMessageResponse cancelMessage(String messageId) throws IOException
IOExceptionpublic MessageHistory getMessageHistory(String messageId, String type) throws IOException
IOExceptionCopyright © 2023. All rights reserved.