ReservationsDetailsClient Interface
public interface ReservationsDetailsClient
An instance of this class provides access to all the operations defined in ReservationsDetailsClient.
Method Summary
Method Details
list
public abstract PagedIterable<ReservationDetailInner> list(String resourceScope)
Lists the reservations details for the defined scope and provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.
Parameters:
Returns:
list
public abstract PagedIterable<ReservationDetailInner> list(String resourceScope, String startDate, String endDate, String filter, String reservationId, String reservationOrderId, Context context)
Lists the reservations details for the defined scope and provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.
Parameters:
Returns:
listByReservationOrder
public abstract PagedIterable<ReservationDetailInner> listByReservationOrder(String reservationOrderId, String filter)
Lists the reservations details for provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.
Parameters:
Returns:
listByReservationOrder
public abstract PagedIterable<ReservationDetailInner> listByReservationOrder(String reservationOrderId, String filter, Context context)
Lists the reservations details for provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.
Parameters:
Returns:
listByReservationOrderAndReservation
public abstract PagedIterable<ReservationDetailInner> listByReservationOrderAndReservation(String reservationOrderId, String reservationId, String filter)
Lists the reservations details for provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.
Parameters:
Returns:
listByReservationOrderAndReservation
public abstract PagedIterable<ReservationDetailInner> listByReservationOrderAndReservation(String reservationOrderId, String reservationId, String filter, Context context)
Lists the reservations details for provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.
Parameters:
Returns: