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