Package com.nexmo.client.account
Class SettingsResponse
- java.lang.Object
-
- com.nexmo.client.account.SettingsResponse
-
public class SettingsResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SettingsResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SettingsResponsefromJson(java.lang.String json)java.lang.StringgetDeliveryReceiptUrl()java.lang.StringgetIncomingSmsUrl()java.lang.IntegergetMaxApiCallsPerSecond()java.lang.IntegergetMaxInboundMessagesPerSecond()java.lang.IntegergetMaxOutboundMessagesPerSecond()
-
-
-
Constructor Detail
-
SettingsResponse
public SettingsResponse()
-
-
Method Detail
-
getIncomingSmsUrl
public java.lang.String getIncomingSmsUrl()
- Returns:
- The URL where Nexmo will send a webhook when an incoming SMS is received when a number-specific URL is not configured.
-
getDeliveryReceiptUrl
public java.lang.String getDeliveryReceiptUrl()
- Returns:
- The URL where Nexmo will send a webhook when a delivery receipt is received when a number-specific URL is not configured.
-
getMaxOutboundMessagesPerSecond
public java.lang.Integer getMaxOutboundMessagesPerSecond()
- Returns:
- The maximum number of outbound messages per second.
-
getMaxInboundMessagesPerSecond
public java.lang.Integer getMaxInboundMessagesPerSecond()
- Returns:
- The maximum number of inbound messages per second.
-
getMaxApiCallsPerSecond
public java.lang.Integer getMaxApiCallsPerSecond()
- Returns:
- The maximum number of API calls per second.
-
fromJson
public static SettingsResponse fromJson(java.lang.String json)
-
-