Class FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage (0.31.0)

public static class FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage extends AbstractPage<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard,FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage>

Inheritance

java.lang.Object > AbstractPage > FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage

Methods

createPage(PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard> context, ListFeaturedContentNativeDashboardsResponse response)

protected FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage createPage(PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard> context, ListFeaturedContentNativeDashboardsResponse response)
Parameters
Name Description
context PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard>
response ListFeaturedContentNativeDashboardsResponse
Returns
Type Description
FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage
Overrides

createPageAsync(PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard> context, ApiFuture<ListFeaturedContentNativeDashboardsResponse> futureResponse)

public ApiFuture<FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage> createPageAsync(PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard> context, ApiFuture<ListFeaturedContentNativeDashboardsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard>
futureResponse ApiFuture<ListFeaturedContentNativeDashboardsResponse>
Returns
Type Description
ApiFuture<ListFeaturedContentNativeDashboardsPage>
Overrides