| Package | Description |
|---|---|
| com.smsjuice.api.wrapper | |
| com.smsjuice.api.wrapper.domain.model |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.Response |
TextMessagingService.addRecipientRateLimitRule(RecipientLimitRule rule)
Sets a rate limit rule for recipients.
|
| Constructor and Description |
|---|
RecipientLimitRule(java.lang.String key,
java.lang.String secret,
int messagesLimit,
int timePeriodInMinutes)
Rule to set how many messages can be sent to a specific recipient within a specified time.
|