SavingsPlanOrdersClient Interface
public interface SavingsPlanOrdersClient
An instance of this class provides access to all the operations defined in SavingsPlanOrdersClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Savings |
getByBillingAccount(String billingAccountName, String savingsPlanOrderId)
Get a savings plan order by billing account. |
|
abstract
Response<Savings |
getByBillingAccountWithResponse(String billingAccountName, String savingsPlanOrderId, String expand, Context context)
Get a savings plan order by billing account. |
|
abstract
Paged |
listByBillingAccount(String billingAccountName)
List all Savings plan orders by billing account. |
|
abstract
Paged |
listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Context context)
List all Savings plan orders by billing account. |
Method Details
getByBillingAccount
public abstract SavingsPlanOrderModelInner getByBillingAccount(String billingAccountName, String savingsPlanOrderId)
Get a savings plan order by billing account.
Parameters:
Returns:
getByBillingAccountWithResponse
public abstract Response<SavingsPlanOrderModelInner> getByBillingAccountWithResponse(String billingAccountName, String savingsPlanOrderId, String expand, Context context)
Get a savings plan order by billing account.
Parameters:
Returns:
listByBillingAccount
public abstract PagedIterable<SavingsPlanOrderModelInner> listByBillingAccount(String billingAccountName)
List all Savings plan orders by billing account.
Parameters:
Returns:
listByBillingAccount
public abstract PagedIterable<SavingsPlanOrderModelInner> listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Context context)
List all Savings plan orders by billing account.
Parameters:
Returns: