Class DataformClient.FetchRepositoryHistoryPagedResponse (0.32.0)

public static class DataformClient.FetchRepositoryHistoryPagedResponse extends AbstractPagedListResponse<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry,DataformClient.FetchRepositoryHistoryPage,DataformClient.FetchRepositoryHistoryFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > DataformClient.FetchRepositoryHistoryPagedResponse

Static Methods

createAsync(PageContext<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry> context, ApiFuture<FetchRepositoryHistoryResponse> futureResponse)

public static ApiFuture<DataformClient.FetchRepositoryHistoryPagedResponse> createAsync(PageContext<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry> context, ApiFuture<FetchRepositoryHistoryResponse> futureResponse)
Parameters
NameDescription
contextPageContext<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry>
futureResponseApiFuture<FetchRepositoryHistoryResponse>
Returns
TypeDescription
ApiFuture<FetchRepositoryHistoryPagedResponse>