Package com.braintrustdata.api.models
Class UserListPage
-
- All Implemented Interfaces:
public final class UserListPageList out all users. The users are sorted by creation date, with the most recently-created users coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserListPage.Responsepublic final classUserListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final UserListPage.Responseresponse()final List<User>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<UserListParams>getNextPageParams()final Optional<UserListPage>getNextPage()final UserListPage.AutoPagerautoPager()final static UserListPageof(UserService usersService, UserListParams params, UserListPage.Response response)-
-
Method Detail
-
response
final UserListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<UserListParams> getNextPageParams()
-
getNextPage
final Optional<UserListPage> getNextPage()
-
autoPager
final UserListPage.AutoPager autoPager()
-
of
final static UserListPage of(UserService usersService, UserListParams params, UserListPage.Response response)
-
-
-
-