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 Details

  • 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.