Package com.braintrustdata.api.models
Class OrganizationListPageAsync
-
- All Implemented Interfaces:
public final class OrganizationListPageAsyncList 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 classOrganizationListPageAsync.Responsepublic final classOrganizationListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final OrganizationListPageAsync.Responseresponse()final List<Organization>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<OrganizationListParams>getNextPageParams()final CompletableFuture<Optional<OrganizationListPageAsync>>getNextPage()final OrganizationListPageAsync.AutoPagerautoPager()final static OrganizationListPageAsyncof(OrganizationServiceAsync organizationsService, OrganizationListParams params, OrganizationListPageAsync.Response response)-
-
Method Detail
-
response
final OrganizationListPageAsync.Response response()
-
objects
final List<Organization> objects()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<OrganizationListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<OrganizationListPageAsync>> getNextPage()
-
autoPager
final OrganizationListPageAsync.AutoPager autoPager()
-
of
final static OrganizationListPageAsync of(OrganizationServiceAsync organizationsService, OrganizationListParams params, OrganizationListPageAsync.Response response)
-
-
-
-