|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of HttpServerException in com.elibom.client |
|---|
| Methods in com.elibom.client that throw HttpServerException | |
|---|---|
Account |
ElibomRestClient.getAccount()
Query your account info. |
Delivery |
ElibomRestClient.getDelivery(String deliveryId)
Query the delivery with the specified deliveryId. |
Schedule |
ElibomRestClient.getScheduledMessage(long id)
Query the scheduled message with the specified id. |
List<Schedule> |
ElibomRestClient.getScheduledMessages()
Query the scheduled messages. |
User |
ElibomRestClient.getUser(long id)
Query a single account user. |
List<User> |
ElibomRestClient.getUsers()
Query your account users (those who have access to the account). |
long |
ElibomRestClient.scheduleMessage(String to,
String text,
Date scheduleDate)
Schedules an SMS message for the specified scheduleDate to one or more destinations and with the specified
text. |
String |
ElibomRestClient.sendMessage(String to,
String text)
Sends an SMS message to one or more destinations with the specified text. |
void |
ElibomRestClient.unschedule(long id)
Cancels the scheduled message with the specified id. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||