Class ProfileServiceClient.SearchProfilesPage

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
NameDescription
contextPageContext<SearchProfilesRequest,SearchProfilesResponse,HistogramQueryResult>
responseSearchProfilesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<SearchProfilesRequest,SearchProfilesResponse,HistogramQueryResult>
futureResponseApiFuture<SearchProfilesResponse>
Returns
TypeDescription
ApiFuture<SearchProfilesPage>
Overrides