Class TelcoAutomationClient.ListBlueprintsPage (0.13.0)

public static class TelcoAutomationClient.ListBlueprintsPage extends AbstractPage<ListBlueprintsRequest,ListBlueprintsResponse,Blueprint,TelcoAutomationClient.ListBlueprintsPage>

Inheritance

java.lang.Object > AbstractPage > TelcoAutomationClient.ListBlueprintsPage

Methods

createPage(PageContext<ListBlueprintsRequest,ListBlueprintsResponse,Blueprint> context, ListBlueprintsResponse response)

protected TelcoAutomationClient.ListBlueprintsPage createPage(PageContext<ListBlueprintsRequest,ListBlueprintsResponse,Blueprint> context, ListBlueprintsResponse response)
Parameters
Name Description
context PageContext<ListBlueprintsRequest,ListBlueprintsResponse,Blueprint>
response ListBlueprintsResponse
Returns
Type Description
TelcoAutomationClient.ListBlueprintsPage
Overrides

createPageAsync(PageContext<ListBlueprintsRequest,ListBlueprintsResponse,Blueprint> context, ApiFuture<ListBlueprintsResponse> futureResponse)

public ApiFuture<TelcoAutomationClient.ListBlueprintsPage> createPageAsync(PageContext<ListBlueprintsRequest,ListBlueprintsResponse,Blueprint> context, ApiFuture<ListBlueprintsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListBlueprintsRequest,ListBlueprintsResponse,Blueprint>
futureResponse ApiFuture<ListBlueprintsResponse>
Returns
Type Description
ApiFuture<ListBlueprintsPage>
Overrides