Package com.braintrustdata.api.models
Class OrganizationListPage
-
- All Implemented Interfaces:
public final class OrganizationListPageList out all organizations. The organizations are sorted by creation date, with the most recently-created organizations coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrganizationListPage.Responsepublic final classOrganizationListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final OrganizationListPage.Responseresponse()final List<Organization>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<OrganizationListParams>getNextPageParams()final Optional<OrganizationListPage>getNextPage()final OrganizationListPage.AutoPagerautoPager()final static OrganizationListPageof(OrganizationService organizationsService, OrganizationListParams params, OrganizationListPage.Response response)-
-
Method Detail
-
response
final OrganizationListPage.Response response()
-
objects
final List<Organization> objects()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<OrganizationListParams> getNextPageParams()
-
getNextPage
final Optional<OrganizationListPage> getNextPage()
-
autoPager
final OrganizationListPage.AutoPager autoPager()
-
of
final static OrganizationListPage of(OrganizationService organizationsService, OrganizationListParams params, OrganizationListPage.Response response)
-
-
-
-