Class ContactCenterInsightsClient.ListQaScorecardsPage (2.58.0)

public static class ContactCenterInsightsClient.ListQaScorecardsPage extends AbstractPage<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard,ContactCenterInsightsClient.ListQaScorecardsPage>

Inheritance

java.lang.Object > AbstractPage > ContactCenterInsightsClient.ListQaScorecardsPage

Methods

createPage(PageContext<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard> context, ListQaScorecardsResponse response)

protected ContactCenterInsightsClient.ListQaScorecardsPage createPage(PageContext<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard> context, ListQaScorecardsResponse response)
Overrides

createPageAsync(PageContext<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard> context, ApiFuture<ListQaScorecardsResponse> futureResponse)

public ApiFuture<ContactCenterInsightsClient.ListQaScorecardsPage> createPageAsync(PageContext<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard> context, ApiFuture<ListQaScorecardsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListQaScorecardsPage>
Overrides