Package com.braintrustdata.api.models
Class ProjectTagListPage
-
- All Implemented Interfaces:
public final class ProjectTagListPageList out all project_tags. The project_tags are sorted by creation date, with the most recently-created project_tags coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectTagListPage.Responsepublic final classProjectTagListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final ProjectTagListPage.Responseresponse()final List<ProjectTag>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ProjectTagListParams>getNextPageParams()final Optional<ProjectTagListPage>getNextPage()final ProjectTagListPage.AutoPagerautoPager()final static ProjectTagListPageof(ProjectTagService projectTagsService, ProjectTagListParams params, ProjectTagListPage.Response response)-
-
Method Detail
-
response
final ProjectTagListPage.Response response()
-
objects
final List<ProjectTag> objects()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ProjectTagListParams> getNextPageParams()
-
getNextPage
final Optional<ProjectTagListPage> getNextPage()
-
autoPager
final ProjectTagListPage.AutoPager autoPager()
-
of
final static ProjectTagListPage of(ProjectTagService projectTagsService, ProjectTagListParams params, ProjectTagListPage.Response response)
-
-
-
-