Package com.braintrustdata.api.models
Class AclListPage
-
- All Implemented Interfaces:
public final class AclListPageList 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 classAclListPage.Responsepublic final classAclListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final AclListPage.Responseresponse()final List<Acl>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AclListParams>getNextPageParams()final Optional<AclListPage>getNextPage()final AclListPage.AutoPagerautoPager()final static AclListPageof(AclService aclsService, AclListParams params, AclListPage.Response response)-
-
Method Detail
-
response
final AclListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AclListParams> getNextPageParams()
-
getNextPage
final Optional<AclListPage> getNextPage()
-
autoPager
final AclListPage.AutoPager autoPager()
-
of
final static AclListPage of(AclService aclsService, AclListParams params, AclListPage.Response response)
-
-
-
-