Class ParticipantsClient.ListParticipantsPage (4.47.0)

public static class ParticipantsClient.ListParticipantsPage extends AbstractPage<ListParticipantsRequest,ListParticipantsResponse,Participant,ParticipantsClient.ListParticipantsPage>

Inheritance

java.lang.Object > AbstractPage > ParticipantsClient.ListParticipantsPage

Methods

createPage(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ListParticipantsResponse response)

protected ParticipantsClient.ListParticipantsPage createPage(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ListParticipantsResponse response)
Parameters
NameDescription
contextPageContext<ListParticipantsRequest,ListParticipantsResponse,Participant>
responseListParticipantsResponse
Returns
TypeDescription
ParticipantsClient.ListParticipantsPage
Overrides

createPageAsync(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ApiFuture<ListParticipantsResponse> futureResponse)

public ApiFuture<ParticipantsClient.ListParticipantsPage> createPageAsync(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ApiFuture<ListParticipantsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListParticipantsRequest,ListParticipantsResponse,Participant>
futureResponseApiFuture<ListParticipantsResponse>
Returns
TypeDescription
ApiFuture<ListParticipantsPage>
Overrides