Class GDCHardwareManagementClient.ListCommentsPage (0.1.0)

public static class GDCHardwareManagementClient.ListCommentsPage extends AbstractPage<ListCommentsRequest,ListCommentsResponse,Comment,GDCHardwareManagementClient.ListCommentsPage>

Inheritance

java.lang.Object > AbstractPage > GDCHardwareManagementClient.ListCommentsPage

Methods

createPage(PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ListCommentsResponse response)

protected GDCHardwareManagementClient.ListCommentsPage createPage(PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ListCommentsResponse response)
Parameters
Name Description
context PageContext<ListCommentsRequest,ListCommentsResponse,Comment>
response ListCommentsResponse
Returns
Type Description
GDCHardwareManagementClient.ListCommentsPage
Overrides

createPageAsync(PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ApiFuture<ListCommentsResponse> futureResponse)

public ApiFuture<GDCHardwareManagementClient.ListCommentsPage> createPageAsync(PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ApiFuture<ListCommentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListCommentsRequest,ListCommentsResponse,Comment>
futureResponse ApiFuture<ListCommentsResponse>
Returns
Type Description
ApiFuture<ListCommentsPage>
Overrides