Package com.braintrustdata.api.models
Class FunctionListPageAsync
-
- All Implemented Interfaces:
public final class FunctionListPageAsyncList 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 classFunctionListPageAsync.Responsepublic final classFunctionListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final FunctionListPageAsync.Responseresponse()final List<Function>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<FunctionListParams>getNextPageParams()final CompletableFuture<Optional<FunctionListPageAsync>>getNextPage()final FunctionListPageAsync.AutoPagerautoPager()final static FunctionListPageAsyncof(FunctionServiceAsync functionsService, FunctionListParams params, FunctionListPageAsync.Response response)-
-
Method Detail
-
response
final FunctionListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FunctionListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<FunctionListPageAsync>> getNextPage()
-
autoPager
final FunctionListPageAsync.AutoPager autoPager()
-
of
final static FunctionListPageAsync of(FunctionServiceAsync functionsService, FunctionListParams params, FunctionListPageAsync.Response response)
-
-
-
-