Class ReservationsClient.AggregatedListPage (1.51.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
NameDescription
contextPageContext<AggregatedListReservationsRequest,ReservationAggregatedList,java.util.Map.Entry<String,ReservationsScopedList>>
responseReservationAggregatedList
Returns
TypeDescription
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
NameDescription
contextPageContext<AggregatedListReservationsRequest,ReservationAggregatedList,java.util.Map.Entry<String,ReservationsScopedList>>
futureResponseApiFuture<ReservationAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides