Class ReservationsClient.AggregatedListPage (1.52.0)

public static class ReservationsClient.AggregatedListPage extends AbstractPage<AggregatedListReservationsRequest,ReservationAggregatedList,Map.Entry<String,ReservationsScopedList>,ReservationsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > ReservationsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListReservationsRequest,ReservationAggregatedList,Map.Entry<String,ReservationsScopedList>> context, ReservationAggregatedList response)

protected ReservationsClient.AggregatedListPage createPage(PageContext<AggregatedListReservationsRequest,ReservationAggregatedList,Map.Entry<String,ReservationsScopedList>> context, ReservationAggregatedList response)
Parameters
Name Description
context PageContext<AggregatedListReservationsRequest,ReservationAggregatedList,java.util.Map.Entry<String,ReservationsScopedList>>
response ReservationAggregatedList
Returns
Type Description
ReservationsClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListReservationsRequest,ReservationAggregatedList,Map.Entry<String,ReservationsScopedList>> context, ApiFuture<ReservationAggregatedList> futureResponse)

public ApiFuture<ReservationsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListReservationsRequest,ReservationAggregatedList,Map.Entry<String,ReservationsScopedList>> context, ApiFuture<ReservationAggregatedList> futureResponse)
Parameters
Name Description
context PageContext<AggregatedListReservationsRequest,ReservationAggregatedList,java.util.Map.Entry<String,ReservationsScopedList>>
futureResponse ApiFuture<ReservationAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides