Class PlaybooksClient.ListPlaybooksPage (0.54.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
Name Description
context PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook>
response ListPlaybooksResponse
Returns
Type Description
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
Name Description
context PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook>
futureResponse ApiFuture<ListPlaybooksResponse>
Returns
Type Description
ApiFuture<ListPlaybooksPage>
Overrides