BalancesClient Interface
public interface BalancesClient
An instance of this class provides access to all the operations defined in BalancesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Balance |
getByBillingAccount(String billingAccountId)
Gets the balances for a scope by billing |
|
abstract
Response<Balance |
getByBillingAccountWithResponse(String billingAccountId, Context context)
Gets the balances for a scope by billing |
|
abstract
Balance |
getForBillingPeriodByBillingAccount(String billingAccountId, String billingPeriodName)
Gets the balances for a scope by billing period and billing |
|
abstract
Response<Balance |
getForBillingPeriodByBillingAccountWithResponse(String billingAccountId, String billingPeriodName, Context context)
Gets the balances for a scope by billing period and billing |
Method Details
getByBillingAccount
public abstract BalanceInner getByBillingAccount(String billingAccountId)
Gets the balances for a scope by billingAccountId. Balances are available via this API only for May 1, 2014 or later.
Parameters:
Returns:
getByBillingAccountWithResponse
public abstract Response<BalanceInner> getByBillingAccountWithResponse(String billingAccountId, Context context)
Gets the balances for a scope by billingAccountId. Balances are available via this API only for May 1, 2014 or later.
Parameters:
Returns:
getForBillingPeriodByBillingAccount
public abstract BalanceInner getForBillingPeriodByBillingAccount(String billingAccountId, String billingPeriodName)
Gets the balances for a scope by billing period and billingAccountId. Balances are available via this API only for May 1, 2014 or later.
Parameters:
Returns:
getForBillingPeriodByBillingAccountWithResponse
public abstract Response<BalanceInner> getForBillingPeriodByBillingAccountWithResponse(String billingAccountId, String billingPeriodName, Context context)
Gets the balances for a scope by billing period and billingAccountId. Balances are available via this API only for May 1, 2014 or later.
Parameters:
Returns: