Package com.braintrustdata.api.models
Class GroupListPageAsync
-
- All Implemented Interfaces:
public final class GroupListPageAsyncList out all groups. The groups are sorted by creation date, with the most recently-created groups coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGroupListPageAsync.Responsepublic final classGroupListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final GroupListPageAsync.Responseresponse()final List<Group>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<GroupListParams>getNextPageParams()final CompletableFuture<Optional<GroupListPageAsync>>getNextPage()final GroupListPageAsync.AutoPagerautoPager()final static GroupListPageAsyncof(GroupServiceAsync groupsService, GroupListParams params, GroupListPageAsync.Response response)-
-
Method Detail
-
response
final GroupListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<GroupListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<GroupListPageAsync>> getNextPage()
-
autoPager
final GroupListPageAsync.AutoPager autoPager()
-
of
final static GroupListPageAsync of(GroupServiceAsync groupsService, GroupListParams params, GroupListPageAsync.Response response)
-
-
-
-