Package com.braintrustdata.api.models
Class FunctionListPage
-
- All Implemented Interfaces:
public final class FunctionListPageList out all functions. The functions are sorted by creation date, with the most recently-created functions coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFunctionListPage.Responsepublic final classFunctionListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final FunctionListPage.Responseresponse()final List<Function>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<FunctionListParams>getNextPageParams()final Optional<FunctionListPage>getNextPage()final FunctionListPage.AutoPagerautoPager()final static FunctionListPageof(FunctionService functionsService, FunctionListParams params, FunctionListPage.Response response)-
-
Method Detail
-
response
final FunctionListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FunctionListParams> getNextPageParams()
-
getNextPage
final Optional<FunctionListPage> getNextPage()
-
autoPager
final FunctionListPage.AutoPager autoPager()
-
of
final static FunctionListPage of(FunctionService functionsService, FunctionListParams params, FunctionListPage.Response response)
-
-
-
-