Package com.braintrustdata.api.models
Class AclListPageAsync
-
- All Implemented Interfaces:
public final class AclListPageAsyncList out all acls. The acls are sorted by creation date, with the most recently-created acls coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAclListPageAsync.Responsepublic final classAclListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final AclListPageAsync.Responseresponse()final List<Acl>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AclListParams>getNextPageParams()final CompletableFuture<Optional<AclListPageAsync>>getNextPage()final AclListPageAsync.AutoPagerautoPager()final static AclListPageAsyncof(AclServiceAsync aclsService, AclListParams params, AclListPageAsync.Response response)-
-
Method Detail
-
response
final AclListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AclListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<AclListPageAsync>> getNextPage()
-
autoPager
final AclListPageAsync.AutoPager autoPager()
-
of
final static AclListPageAsync of(AclServiceAsync aclsService, AclListParams params, AclListPageAsync.Response response)
-
-
-
-