Class GrafeasClient.ListNotesPage (2.19.0)

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

Inheritance

java.lang.Object > AbstractPage > GrafeasClient.ListNotesPage

Methods

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

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

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

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