Package com.braintrustdata.api.models
Class ProjectTagListPage
-
- All Implemented Interfaces:
public final class ProjectTagListPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectTagListPage.BuilderA builder for ProjectTagListPage.
public final classProjectTagListPage.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 Optional<ProjectTagListPage>getNextPage()final ProjectTagListPage.AutoPagerautoPager()final ProjectTagListParamsparams()The parameters that were used to request this page. final ProjectTagListPageResponseresponse()The response that this page was parsed from. final ProjectTagListPage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectTagListPage.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectTagListPage. -
-
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 Optional<ProjectTagListPage> getNextPage()
-
autoPager
final ProjectTagListPage.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 ProjectTagListPage.Builder toBuilder()
-
builder
final static ProjectTagListPage.Builder builder()
Returns a mutable builder for constructing an instance of ProjectTagListPage.
The following fields are required:
.service() .params() .response()
-
-
-
-