Package com.vonage.client.account
Class SettingsResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.account.SettingsResponse
- All Implemented Interfaces:
Jsonable
Details of the configured account settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SettingsResponseDeprecated.URL where Vonage will send a webhook when a delivery receipt is received when a number-specific URL is not configured.URL where Vonage will send a webhook when an incoming SMS is received when a number-specific URL is not configured.Maximum number of API calls per second for the account.Maximum number of inbound messages per second for the account.Maximum number of outbound messages per second for the account.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
SettingsResponse
Deprecated.
-
-
Method Details
-
getIncomingSmsUrl
URL where Vonage will send a webhook when an incoming SMS is received when a number-specific URL is not configured.- Returns:
- The default URL for inbound SMS webhooks.
-
getDeliveryReceiptUrl
URL where Vonage will send a webhook when a delivery receipt is received when a number-specific URL is not configured.- Returns:
- The default URL for delivery receipt webhooks.
-
getMaxOutboundMessagesPerSecond
Maximum number of outbound messages per second for the account.- Returns:
- The maximum number of messages that can be sent per second.
-
getMaxInboundMessagesPerSecond
Maximum number of inbound messages per second for the account.- Returns:
- The maximum number of messages that can be received per second.
-
getMaxApiCallsPerSecond
Maximum number of API calls per second for the account.- Returns:
- The maximum number of API calls that can be made per second.
-
fromJson
Deprecated.
-