Package com.braintrustdata.api.models
Class ProjectListPage
-
- All Implemented Interfaces:
public final class ProjectListPageList 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 classProjectListPage.Responsepublic final classProjectListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final ProjectListPage.Responseresponse()final List<Project>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ProjectListParams>getNextPageParams()final Optional<ProjectListPage>getNextPage()final ProjectListPage.AutoPagerautoPager()final static ProjectListPageof(ProjectService projectsService, ProjectListParams params, ProjectListPage.Response response)-
-
Method Detail
-
response
final ProjectListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ProjectListParams> getNextPageParams()
-
getNextPage
final Optional<ProjectListPage> getNextPage()
-
autoPager
final ProjectListPage.AutoPager autoPager()
-
of
final static ProjectListPage of(ProjectService projectsService, ProjectListParams params, ProjectListPage.Response response)
-
-
-
-