Class ParticipantsClient.ListSuggestionsPage (4.49.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
Name Description
context PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion>
response ListSuggestionsResponse
Returns
Type Description
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
Name Description
context PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion>
futureResponse ApiFuture<ListSuggestionsResponse>
Returns
Type Description
ApiFuture<ListSuggestionsPage>
Overrides