Class TelcoAutomationClient.ListDeploymentRevisionsPage (0.13.0)

public static class TelcoAutomationClient.ListDeploymentRevisionsPage extends AbstractPage<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment,TelcoAutomationClient.ListDeploymentRevisionsPage>

Inheritance

java.lang.Object > AbstractPage > TelcoAutomationClient.ListDeploymentRevisionsPage

Methods

createPage(PageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment> context, ListDeploymentRevisionsResponse response)

protected TelcoAutomationClient.ListDeploymentRevisionsPage createPage(PageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment> context, ListDeploymentRevisionsResponse response)
Parameters
Name Description
context PageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment>
response ListDeploymentRevisionsResponse
Returns
Type Description
TelcoAutomationClient.ListDeploymentRevisionsPage
Overrides

createPageAsync(PageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment> context, ApiFuture<ListDeploymentRevisionsResponse> futureResponse)

public ApiFuture<TelcoAutomationClient.ListDeploymentRevisionsPage> createPageAsync(PageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment> context, ApiFuture<ListDeploymentRevisionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment>
futureResponse ApiFuture<ListDeploymentRevisionsResponse>
Returns
Type Description
ApiFuture<ListDeploymentRevisionsPage>
Overrides