Class GrafeasV1Beta1Client.ListNotesPage (2.38.0)

public static class GrafeasV1Beta1Client.ListNotesPage extends AbstractPage<ListNotesRequest,ListNotesResponse,Note,GrafeasV1Beta1Client.ListNotesPage>

Inheritance

java.lang.Object > AbstractPage > GrafeasV1Beta1Client.ListNotesPage

Methods

createPage(PageContext<ListNotesRequest,ListNotesResponse,Note> context, ListNotesResponse response)

protected GrafeasV1Beta1Client.ListNotesPage createPage(PageContext<ListNotesRequest,ListNotesResponse,Note> context, ListNotesResponse response)
Parameters
NameDescription
contextPageContext<ListNotesRequest,ListNotesResponse,Note>
responseListNotesResponse
Returns
TypeDescription
GrafeasV1Beta1Client.ListNotesPage
Overrides

createPageAsync(PageContext<ListNotesRequest,ListNotesResponse,Note> context, ApiFuture<ListNotesResponse> futureResponse)

public ApiFuture<GrafeasV1Beta1Client.ListNotesPage> createPageAsync(PageContext<ListNotesRequest,ListNotesResponse,Note> context, ApiFuture<ListNotesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListNotesRequest,ListNotesResponse,Note>
futureResponseApiFuture<ListNotesResponse>
Returns
TypeDescription
ApiFuture<ListNotesPage>
Overrides