Class ParticipantsClient.ListSuggestionsPage (4.47.0)

public static class ParticipantsClient.ListSuggestionsPage extends AbstractPage<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion,ParticipantsClient.ListSuggestionsPage>

Inheritance

java.lang.Object > AbstractPage > ParticipantsClient.ListSuggestionsPage

Methods

createPage(PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, ListSuggestionsResponse response)

protected ParticipantsClient.ListSuggestionsPage createPage(PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, ListSuggestionsResponse response)
Parameters
NameDescription
contextPageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion>
responseListSuggestionsResponse
Returns
TypeDescription
ParticipantsClient.ListSuggestionsPage
Overrides

createPageAsync(PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, ApiFuture<ListSuggestionsResponse> futureResponse)

public ApiFuture<ParticipantsClient.ListSuggestionsPage> createPageAsync(PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, ApiFuture<ListSuggestionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion>
futureResponseApiFuture<ListSuggestionsResponse>
Returns
TypeDescription
ApiFuture<ListSuggestionsPage>
Overrides