Package com.braintrustdata.api.models
Class ViewListPage
-
- All Implemented Interfaces:
public final class ViewListPageList out all views. The views are sorted by creation date, with the most recently-created views coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classViewListPage.Responsepublic final classViewListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final ViewListPage.Responseresponse()final List<View>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ViewListParams>getNextPageParams()final Optional<ViewListPage>getNextPage()final ViewListPage.AutoPagerautoPager()final static ViewListPageof(ViewService viewsService, ViewListParams params, ViewListPage.Response response)-
-
Method Detail
-
response
final ViewListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ViewListParams> getNextPageParams()
-
getNextPage
final Optional<ViewListPage> getNextPage()
-
autoPager
final ViewListPage.AutoPager autoPager()
-
of
final static ViewListPage of(ViewService viewsService, ViewListParams params, ViewListPage.Response response)
-
-
-
-