public class SettingsResponse extends java.lang.Object
| Constructor and Description |
|---|
SettingsResponse() |
| Modifier and Type | Method and Description |
|---|---|
static SettingsResponse |
fromJson(java.lang.String json) |
java.lang.String |
getDeliveryReceiptUrl() |
java.lang.String |
getIncomingSmsUrl() |
java.lang.Integer |
getMaxApiCallsPerSecond() |
java.lang.Integer |
getMaxInboundMessagesPerSecond() |
java.lang.Integer |
getMaxOutboundMessagesPerSecond() |
public SettingsResponse()
public java.lang.String getIncomingSmsUrl()
public java.lang.String getDeliveryReceiptUrl()
public java.lang.Integer getMaxOutboundMessagesPerSecond()
public java.lang.Integer getMaxInboundMessagesPerSecond()
public java.lang.Integer getMaxApiCallsPerSecond()
public static SettingsResponse fromJson(java.lang.String json)