Package com.braintrustdata.api.models
Class UserListPageAsync
-
- All Implemented Interfaces:
public final class UserListPageAsyncList 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 classUserListPageAsync.Responsepublic final classUserListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final UserListPageAsync.Responseresponse()final List<User>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<UserListParams>getNextPageParams()final CompletableFuture<Optional<UserListPageAsync>>getNextPage()final UserListPageAsync.AutoPagerautoPager()final static UserListPageAsyncof(UserServiceAsync usersService, UserListParams params, UserListPageAsync.Response response)-
-
Method Detail
-
response
final UserListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<UserListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<UserListPageAsync>> getNextPage()
-
autoPager
final UserListPageAsync.AutoPager autoPager()
-
of
final static UserListPageAsync of(UserServiceAsync usersService, UserListParams params, UserListPageAsync.Response response)
-
-
-
-