Class RecommenderClient.ListInsightTypesPage (2.44.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
Name Description
context PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType>
response ListInsightTypesResponse
Returns
Type Description
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
Name Description
context PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType>
futureResponse ApiFuture<ListInsightTypesResponse>
Returns
Type Description
ApiFuture<ListInsightTypesPage>
Overrides