Uses of Class
com.vonage.client.account.AccountResponseException
Packages that use AccountResponseException
-
Uses of AccountResponseException in com.vonage.client.account
Methods in com.vonage.client.account that return AccountResponseExceptionModifier and TypeMethodDescriptionstatic AccountResponseExceptionCreates an instance of this class from a JSON payload.Methods in com.vonage.client.account that throw AccountResponseExceptionModifier and TypeMethodDescriptionAccountClient.createSecret(String secret) Create a secret to be used with this account's main API key.AccountClient.createSecret(String apiKey, String secret) Create a secret to be used with a specific API key.AccountClient.getBalance()Obtains the current account remaining balance.AccountClient.getPrefixPrice(ServiceType type, String prefix) Retrieve the pricing for a specified prefix.Get information for a specific secret id associated with this account's main API key.Get information for a specific secret id associated to a given API key.AccountClient.getSmsPrice(String country) Retrieve the SMS pricing for a specified country.AccountClient.getVoicePrice(String country) Retrieve the voice pricing for a specified country.AccountClient.listSecrets()List the ID of each secret associated with this account's main API key.AccountClient.listSecrets(String apiKey) List the ID of each secret associated to the given API key.voidAccountClient.revokeSecret(String secretId) Revoke a secret associated with this account's main API key.voidAccountClient.revokeSecret(String apiKey, String secretId) Revoke a secret associated with a specific API key.voidTop-up your account when you have enabled auto-reload in the dashboard.AccountClient.updateDeliveryReceiptUrl(String url) Updates the account-level delivery receipt URL (mainly used by the SMS API).AccountClient.updateSettings(SettingsRequest request) Deprecated.AccountClient.updateSmsIncomingUrl(String url) Updates the account-level incoming SMS URL, as used by the SMS API.
AccountClient.updateSmsIncomingUrl(String)orAccountClient.updateDeliveryReceiptUrl(String)instead.