Package com.braintrustdata.api.models
Class GroupListPage
-
- All Implemented Interfaces:
public final class GroupListPageList 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 classGroupListPage.Responsepublic final classGroupListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final GroupListPage.Responseresponse()final List<Group>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<GroupListParams>getNextPageParams()final Optional<GroupListPage>getNextPage()final GroupListPage.AutoPagerautoPager()final static GroupListPageof(GroupService groupsService, GroupListParams params, GroupListPage.Response response)-
-
Method Detail
-
response
final GroupListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<GroupListParams> getNextPageParams()
-
getNextPage
final Optional<GroupListPage> getNextPage()
-
autoPager
final GroupListPage.AutoPager autoPager()
-
of
final static GroupListPage of(GroupService groupsService, GroupListParams params, GroupListPage.Response response)
-
-
-
-