Class SecureSourceManagerClient.ListIssueCommentsPage (0.40.0)

public static class SecureSourceManagerClient.ListIssueCommentsPage extends AbstractPage<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment,SecureSourceManagerClient.ListIssueCommentsPage>

Inheritance

java.lang.Object > AbstractPage > SecureSourceManagerClient.ListIssueCommentsPage

Methods

createPage(PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment> context, ListIssueCommentsResponse response)

protected SecureSourceManagerClient.ListIssueCommentsPage createPage(PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment> context, ListIssueCommentsResponse response)
Parameters
Name Description
context PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment>
response ListIssueCommentsResponse
Returns
Type Description
SecureSourceManagerClient.ListIssueCommentsPage
Overrides

createPageAsync(PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment> context, ApiFuture<ListIssueCommentsResponse> futureResponse)

public ApiFuture<SecureSourceManagerClient.ListIssueCommentsPage> createPageAsync(PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment> context, ApiFuture<ListIssueCommentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment>
futureResponse ApiFuture<ListIssueCommentsResponse>
Returns
Type Description
ApiFuture<ListIssueCommentsPage>
Overrides