ReservationOrdersClient Interface
public interface ReservationOrdersClient
An instance of this class provides access to all the operations defined in ReservationOrdersClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Reservation |
getByBillingAccount(String billingAccountName, String reservationOrderId)
Get a specific Reservation |
|
abstract
Response<Reservation |
getByBillingAccountWithResponse(String billingAccountName, String reservationOrderId, String expand, Context context)
Get a specific Reservation |
|
abstract
Paged |
listByBillingAccount(String billingAccountName)
Get all `Reservation |
|
abstract
Paged |
listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Context context)
Get all `Reservation |
Method Details
getByBillingAccount
public abstract ReservationOrderInner getByBillingAccount(String billingAccountName, String reservationOrderId)
Get a specific ReservationOrder in the billing account. Get the details of the ReservationOrder in the billing account.
Parameters:
Returns:
getByBillingAccountWithResponse
public abstract Response<ReservationOrderInner> getByBillingAccountWithResponse(String billingAccountName, String reservationOrderId, String expand, Context context)
Get a specific ReservationOrder in the billing account. Get the details of the ReservationOrder in the billing account.
Parameters:
Returns:
listByBillingAccount
public abstract PagedIterable<ReservationOrderInner> listByBillingAccount(String billingAccountName)
Get all `ReservationOrders in the billing account. List all the `ReservationOrders in the billing account.
Parameters:
Returns:
listByBillingAccount
public abstract PagedIterable<ReservationOrderInner> listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Context context)
Get all `ReservationOrders in the billing account. List all the `ReservationOrders in the billing account.
Parameters:
Returns: