Class TelcoAutomationClient.ListDeploymentsPage (0.13.0)

public static class TelcoAutomationClient.ListDeploymentsPage extends AbstractPage<ListDeploymentsRequest,ListDeploymentsResponse,Deployment,TelcoAutomationClient.ListDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > TelcoAutomationClient.ListDeploymentsPage

Methods

createPage(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)

protected TelcoAutomationClient.ListDeploymentsPage createPage(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)
Parameters
Name Description
context PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
response ListDeploymentsResponse
Returns
Type Description
TelcoAutomationClient.ListDeploymentsPage
Overrides

createPageAsync(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)

public ApiFuture<TelcoAutomationClient.ListDeploymentsPage> createPageAsync(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
futureResponse ApiFuture<ListDeploymentsResponse>
Returns
Type Description
ApiFuture<ListDeploymentsPage>
Overrides