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