Class TelcoAutomationClient.ListDeploymentRevisionsPage (0.9.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
NameDescription
contextPageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment>
responseListDeploymentRevisionsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment>
futureResponseApiFuture<ListDeploymentRevisionsResponse>
Returns
TypeDescription
ApiFuture<ListDeploymentRevisionsPage>
Overrides