Class RecommenderClient.ListInsightTypesPage (2.43.0)

public static class RecommenderClient.ListInsightTypesPage extends AbstractPage<ListInsightTypesRequest,ListInsightTypesResponse,InsightType,RecommenderClient.ListInsightTypesPage>

Inheritance

java.lang.Object > AbstractPage > RecommenderClient.ListInsightTypesPage

Methods

createPage(PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType> context, ListInsightTypesResponse response)

protected RecommenderClient.ListInsightTypesPage createPage(PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType> context, ListInsightTypesResponse response)
Parameters
NameDescription
contextPageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType>
responseListInsightTypesResponse
Returns
TypeDescription
RecommenderClient.ListInsightTypesPage
Overrides

createPageAsync(PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType> context, ApiFuture<ListInsightTypesResponse> futureResponse)

public ApiFuture<RecommenderClient.ListInsightTypesPage> createPageAsync(PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType> context, ApiFuture<ListInsightTypesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType>
futureResponseApiFuture<ListInsightTypesResponse>
Returns
TypeDescription
ApiFuture<ListInsightTypesPage>
Overrides