Class GrafeasClient.ListNotesPage (2.45.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
Name Description
context PageContext<ListNotesRequest,ListNotesResponse,Note>
response ListNotesResponse
Returns
Type Description
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
Name Description
context PageContext<ListNotesRequest,ListNotesResponse,Note>
futureResponse ApiFuture<ListNotesResponse>
Returns
Type Description
ApiFuture<ListNotesPage>
Overrides