Class PlaybooksClient.ListPlaybooksPage (0.48.0)

public static class PlaybooksClient.ListPlaybooksPage extends AbstractPage<ListPlaybooksRequest,ListPlaybooksResponse,Playbook,PlaybooksClient.ListPlaybooksPage>

Inheritance

java.lang.Object > AbstractPage > PlaybooksClient.ListPlaybooksPage

Methods

createPage(PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook> context, ListPlaybooksResponse response)

protected PlaybooksClient.ListPlaybooksPage createPage(PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook> context, ListPlaybooksResponse response)
Parameters
NameDescription
contextPageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook>
responseListPlaybooksResponse
Returns
TypeDescription
PlaybooksClient.ListPlaybooksPage
Overrides

createPageAsync(PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook> context, ApiFuture<ListPlaybooksResponse> futureResponse)

public ApiFuture<PlaybooksClient.ListPlaybooksPage> createPageAsync(PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook> context, ApiFuture<ListPlaybooksResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook>
futureResponseApiFuture<ListPlaybooksResponse>
Returns
TypeDescription
ApiFuture<ListPlaybooksPage>
Overrides