Package com.braintrustdata.api.models
Class ProjectTagListPageAsync
-
- All Implemented Interfaces:
public final class ProjectTagListPageAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectTagListPageAsync.BuilderA builder for ProjectTagListPageAsync.
public final classProjectTagListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final List<ProjectTag>objects()Delegates to ProjectTagListPageResponse, but gracefully handles missing data. final BooleanhasNextPage()final Optional<ProjectTagListParams>getNextPageParams()final CompletableFuture<Optional<ProjectTagListPageAsync>>getNextPage()final ProjectTagListPageAsync.AutoPagerautoPager()final ProjectTagListParamsparams()The parameters that were used to request this page. final ProjectTagListPageResponseresponse()The response that this page was parsed from. final ProjectTagListPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectTagListPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectTagListPageAsync. -
-
Method Detail
-
objects
final List<ProjectTag> objects()
Delegates to ProjectTagListPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ProjectTagListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ProjectTagListPageAsync>> getNextPage()
-
autoPager
final ProjectTagListPageAsync.AutoPager autoPager()
-
params
final ProjectTagListParams params()
The parameters that were used to request this page.
-
response
final ProjectTagListPageResponse response()
The response that this page was parsed from.
-
toBuilder
final ProjectTagListPageAsync.Builder toBuilder()
-
builder
final static ProjectTagListPageAsync.Builder builder()
Returns a mutable builder for constructing an instance of ProjectTagListPageAsync.
The following fields are required:
.service() .params() .response()
-
-
-
-