Uses of Class
com.bandwidth.sdk.model.AccountStatistics
Packages that use AccountStatistics
-
Uses of AccountStatistics in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return AccountStatisticsModifier and TypeMethodDescriptionStatisticsApi.getStatistics
(String accountId) Get Account Statistics Returns details about the current state of the account.Methods in com.bandwidth.sdk.api that return types with arguments of type AccountStatisticsModifier and TypeMethodDescriptionStatisticsApi.getStatisticsWithHttpInfo
(String accountId) Get Account Statistics Returns details about the current state of the account.Method parameters in com.bandwidth.sdk.api with type arguments of type AccountStatisticsModifier and TypeMethodDescriptionokhttp3.Call
StatisticsApi.getStatisticsAsync
(String accountId, ApiCallback<AccountStatistics> _callback) Get Account Statistics (asynchronously) Returns details about the current state of the account. -
Uses of AccountStatistics in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return AccountStatisticsModifier and TypeMethodDescriptionAccountStatistics.currentCallQueueSize
(Integer currentCallQueueSize) static AccountStatistics
Create an instance of AccountStatistics given an JSON stringAccountStatistics.maxCallQueueSize
(Integer maxCallQueueSize) AccountStatistics.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.