Package com.braintrustdata.api.models
Class ProjectListPageAsync
-
- All Implemented Interfaces:
public final class ProjectListPageAsyncList out all projects. The projects are sorted by creation date, with the most recently-created projects coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectListPageAsync.Responsepublic final classProjectListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ProjectListPageAsync.Responseresponse()final List<Project>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ProjectListParams>getNextPageParams()final CompletableFuture<Optional<ProjectListPageAsync>>getNextPage()final ProjectListPageAsync.AutoPagerautoPager()final static ProjectListPageAsyncof(ProjectServiceAsync projectsService, ProjectListParams params, ProjectListPageAsync.Response response)-
-
Method Detail
-
response
final ProjectListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ProjectListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ProjectListPageAsync>> getNextPage()
-
autoPager
final ProjectListPageAsync.AutoPager autoPager()
-
of
final static ProjectListPageAsync of(ProjectServiceAsync projectsService, ProjectListParams params, ProjectListPageAsync.Response response)
-
-
-
-