Class NodeTypesClient.AggregatedListPage (1.51.0)

public static class NodeTypesClient.AggregatedListPage extends AbstractPage<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,Map.Entry<String,NodeTypesScopedList>,NodeTypesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > NodeTypesClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,Map.Entry<String,NodeTypesScopedList>> context, NodeTypeAggregatedList response)

protected NodeTypesClient.AggregatedListPage createPage(PageContext<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,Map.Entry<String,NodeTypesScopedList>> context, NodeTypeAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,java.util.Map.Entry<String,NodeTypesScopedList>>
responseNodeTypeAggregatedList
Returns
TypeDescription
NodeTypesClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,Map.Entry<String,NodeTypesScopedList>> context, ApiFuture<NodeTypeAggregatedList> futureResponse)

public ApiFuture<NodeTypesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,Map.Entry<String,NodeTypesScopedList>> context, ApiFuture<NodeTypeAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,java.util.Map.Entry<String,NodeTypesScopedList>>
futureResponseApiFuture<NodeTypeAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides