Class EnvironmentsClient.GetEnvironmentHistoryPage (4.13.0)

public static class EnvironmentsClient.GetEnvironmentHistoryPage extends AbstractPage<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry,EnvironmentsClient.GetEnvironmentHistoryPage>

Inheritance

java.lang.Object > AbstractPage > EnvironmentsClient.GetEnvironmentHistoryPage

Methods

createPage(PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, EnvironmentHistory response)

protected EnvironmentsClient.GetEnvironmentHistoryPage createPage(PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, EnvironmentHistory response)
Parameters
NameDescription
contextPageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,Entry>
responseEnvironmentHistory
Returns
TypeDescription
EnvironmentsClient.GetEnvironmentHistoryPage
Overrides

createPageAsync(PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, ApiFuture<EnvironmentHistory> futureResponse)

public ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPage> createPageAsync(PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, ApiFuture<EnvironmentHistory> futureResponse)
Parameters
NameDescription
contextPageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,Entry>
futureResponseApiFuture<EnvironmentHistory>
Returns
TypeDescription
ApiFuture<GetEnvironmentHistoryPage>
Overrides