Package com.braintrustdata.api.models
Class ProjectTagListPageAsync
-
- All Implemented Interfaces:
public final class ProjectTagListPageAsyncList 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 classProjectTagListPageAsync.Responsepublic final classProjectTagListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ProjectTagListPageAsync.Responseresponse()final List<ProjectTag>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ProjectTagListParams>getNextPageParams()final CompletableFuture<Optional<ProjectTagListPageAsync>>getNextPage()final ProjectTagListPageAsync.AutoPagerautoPager()final static ProjectTagListPageAsyncof(ProjectTagServiceAsync projectTagsService, ProjectTagListParams params, ProjectTagListPageAsync.Response response)-
-
Method Detail
-
response
final ProjectTagListPageAsync.Response response()
-
objects
final List<ProjectTag> objects()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ProjectTagListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ProjectTagListPageAsync>> getNextPage()
-
autoPager
final ProjectTagListPageAsync.AutoPager autoPager()
-
of
final static ProjectTagListPageAsync of(ProjectTagServiceAsync projectTagsService, ProjectTagListParams params, ProjectTagListPageAsync.Response response)
-
-
-
-