BillingManagementClient Interface
public interface BillingManagementClient
The interface for BillingManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Address |
getAddress()
Gets the Address |
|
abstract
Agreements |
getAgreements()
Gets the Agreements |
| abstract String |
getApiVersion()
Gets Api Version. |
|
abstract
Associated |
getAssociatedTenants()
Gets the Associated |
|
abstract
Available |
getAvailableBalances()
Gets the Available |
|
abstract
Billing |
getBillingAccounts()
Gets the Billing |
|
abstract
Billing |
getBillingPermissions()
Gets the Billing |
|
abstract
Billing |
getBillingProfiles()
Gets the Billing |
|
abstract
Billing |
getBillingProperties()
Gets the Billing |
|
abstract
Billing |
getBillingRequests()
Gets the Billing |
|
abstract
Billing |
getBillingRoleAssignments()
Gets the Billing |
|
abstract
Billing |
getBillingRoleDefinitions()
Gets the Billing |
|
abstract
Billing |
getBillingSubscriptions()
Gets the Billing |
|
abstract
Billing |
getBillingSubscriptionsAliases()
Gets the Billing |
|
abstract
Customers |
getCustomers()
Gets the Customers |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
|
abstract
Departments |
getDepartments()
Gets the Departments |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Enrollment |
getEnrollmentAccounts()
Gets the Enrollment |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Invoices |
getInvoices()
Gets the Invoices |
|
abstract
Invoice |
getInvoiceSections()
Gets the Invoice |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Partner |
getPartnerTransfers()
Gets the Partner |
|
abstract
Payment |
getPaymentMethods()
Gets the Payment |
|
abstract
Policies |
getPolicies()
Gets the Policies |
|
abstract
Products |
getProducts()
Gets the Products |
|
abstract
Recipient |
getRecipientTransfers()
Gets the Recipient |
|
abstract
Reservation |
getReservationOrders()
Gets the Reservation |
|
abstract
Reservations |
getReservations()
Gets the Reservations |
|
abstract
Savings |
getSavingsPlanOrders()
Gets the Savings |
|
abstract
Savings |
getSavingsPlans()
Gets the Savings |
| abstract String |
getSubscriptionId()
Gets The ID that uniquely identifies a billing subscription. |
|
abstract
Transactions |
getTransactions()
Gets the Transactions |
|
abstract
Transfers |
getTransfers()
Gets the Transfers |
Method Details
getAddress
public abstract AddressClient getAddress()
Gets the AddressClient object to access its operations.
Returns:
getAgreements
public abstract AgreementsClient getAgreements()
Gets the AgreementsClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getAssociatedTenants
public abstract AssociatedTenantsClient getAssociatedTenants()
Gets the AssociatedTenantsClient object to access its operations.
Returns:
getAvailableBalances
public abstract AvailableBalancesClient getAvailableBalances()
Gets the AvailableBalancesClient object to access its operations.
Returns:
getBillingAccounts
public abstract BillingAccountsClient getBillingAccounts()
Gets the BillingAccountsClient object to access its operations.
Returns:
getBillingPermissions
public abstract BillingPermissionsClient getBillingPermissions()
Gets the BillingPermissionsClient object to access its operations.
Returns:
getBillingProfiles
public abstract BillingProfilesClient getBillingProfiles()
Gets the BillingProfilesClient object to access its operations.
Returns:
getBillingProperties
public abstract BillingPropertiesClient getBillingProperties()
Gets the BillingPropertiesClient object to access its operations.
Returns:
getBillingRequests
public abstract BillingRequestsClient getBillingRequests()
Gets the BillingRequestsClient object to access its operations.
Returns:
getBillingRoleAssignments
public abstract BillingRoleAssignmentsClient getBillingRoleAssignments()
Gets the BillingRoleAssignmentsClient object to access its operations.
Returns:
getBillingRoleDefinitions
public abstract BillingRoleDefinitionsClient getBillingRoleDefinitions()
Gets the BillingRoleDefinitionsClient object to access its operations.
Returns:
getBillingSubscriptions
public abstract BillingSubscriptionsClient getBillingSubscriptions()
Gets the BillingSubscriptionsClient object to access its operations.
Returns:
getBillingSubscriptionsAliases
public abstract BillingSubscriptionsAliasesClient getBillingSubscriptionsAliases()
Gets the BillingSubscriptionsAliasesClient object to access its operations.
Returns:
getCustomers
public abstract CustomersClient getCustomers()
Gets the CustomersClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDepartments
public abstract DepartmentsClient getDepartments()
Gets the DepartmentsClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getEnrollmentAccounts
public abstract EnrollmentAccountsClient getEnrollmentAccounts()
Gets the EnrollmentAccountsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getInvoices
public abstract InvoicesClient getInvoices()
Gets the InvoicesClient object to access its operations.
Returns:
getInvoiceSections
public abstract InvoiceSectionsClient getInvoiceSections()
Gets the InvoiceSectionsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPartnerTransfers
public abstract PartnerTransfersClient getPartnerTransfers()
Gets the PartnerTransfersClient object to access its operations.
Returns:
getPaymentMethods
public abstract PaymentMethodsClient getPaymentMethods()
Gets the PaymentMethodsClient object to access its operations.
Returns:
getPolicies
public abstract PoliciesClient getPolicies()
Gets the PoliciesClient object to access its operations.
Returns:
getProducts
public abstract ProductsClient getProducts()
Gets the ProductsClient object to access its operations.
Returns:
getRecipientTransfers
public abstract RecipientTransfersClient getRecipientTransfers()
Gets the RecipientTransfersClient object to access its operations.
Returns:
getReservationOrders
public abstract ReservationOrdersClient getReservationOrders()
Gets the ReservationOrdersClient object to access its operations.
Returns:
getReservations
public abstract ReservationsClient getReservations()
Gets the ReservationsClient object to access its operations.
Returns:
getSavingsPlanOrders
public abstract SavingsPlanOrdersClient getSavingsPlanOrders()
Gets the SavingsPlanOrdersClient object to access its operations.
Returns:
getSavingsPlans
public abstract SavingsPlansClient getSavingsPlans()
Gets the SavingsPlansClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID that uniquely identifies a billing subscription.
Returns:
getTransactions
public abstract TransactionsClient getTransactions()
Gets the TransactionsClient object to access its operations.
Returns:
getTransfers
public abstract TransfersClient getTransfers()
Gets the TransfersClient object to access its operations.
Returns: