Class ProfileServiceClient.SearchProfilesPage (2.2.9)

public static class ProfileServiceClient.SearchProfilesPage extends AbstractPage<SearchProfilesRequest,SearchProfilesResponse,HistogramQueryResult,ProfileServiceClient.SearchProfilesPage>

Inheritance

java.lang.Object > AbstractPage > ProfileServiceClient.SearchProfilesPage

Methods

createPage(PageContext<SearchProfilesRequest,SearchProfilesResponse,HistogramQueryResult> context, SearchProfilesResponse response)

protected ProfileServiceClient.SearchProfilesPage createPage(PageContext<SearchProfilesRequest,SearchProfilesResponse,HistogramQueryResult> context, SearchProfilesResponse response)
Parameters
Name Description
context PageContext<SearchProfilesRequest,SearchProfilesResponse,HistogramQueryResult>
response SearchProfilesResponse
Returns
Type Description
ProfileServiceClient.SearchProfilesPage
Overrides

createPageAsync(PageContext<SearchProfilesRequest,SearchProfilesResponse,HistogramQueryResult> context, ApiFuture<SearchProfilesResponse> futureResponse)

public ApiFuture<ProfileServiceClient.SearchProfilesPage> createPageAsync(PageContext<SearchProfilesRequest,SearchProfilesResponse,HistogramQueryResult> context, ApiFuture<SearchProfilesResponse> futureResponse)
Parameters
Name Description
context PageContext<SearchProfilesRequest,SearchProfilesResponse,HistogramQueryResult>
futureResponse ApiFuture<SearchProfilesResponse>
Returns
Type Description
ApiFuture<SearchProfilesPage>
Overrides