Class TelcoAutomationClient.SearchDeploymentRevisionsPage (0.15.0)

public static class TelcoAutomationClient.SearchDeploymentRevisionsPage extends AbstractPage<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment,TelcoAutomationClient.SearchDeploymentRevisionsPage>

Inheritance

java.lang.Object > AbstractPage > TelcoAutomationClient.SearchDeploymentRevisionsPage

Methods

createPage(PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment> context, SearchDeploymentRevisionsResponse response)

protected TelcoAutomationClient.SearchDeploymentRevisionsPage createPage(PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment> context, SearchDeploymentRevisionsResponse response)
Parameters
Name Description
context PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment>
response SearchDeploymentRevisionsResponse
Returns
Type Description
TelcoAutomationClient.SearchDeploymentRevisionsPage
Overrides

createPageAsync(PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment> context, ApiFuture<SearchDeploymentRevisionsResponse> futureResponse)

public ApiFuture<TelcoAutomationClient.SearchDeploymentRevisionsPage> createPageAsync(PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment> context, ApiFuture<SearchDeploymentRevisionsResponse> futureResponse)
Parameters
Name Description
context PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment>
futureResponse ApiFuture<SearchDeploymentRevisionsResponse>
Returns
Type Description
ApiFuture<SearchDeploymentRevisionsPage>
Overrides