Package com.braintrustdata.api.models
Class FunctionListPageAsync.Builder
-
- All Implemented Interfaces:
public final class FunctionListPageAsync.BuilderA builder for FunctionListPageAsync.
-
-
Method Summary
Modifier and Type Method Description final FunctionListPageAsync.Builderservice(FunctionServiceAsync service)final FunctionListPageAsync.Builderparams(FunctionListParams params)The parameters that were used to request this page. final FunctionListPageAsync.Builderresponse(FunctionListPageResponse response)The response that this page was parsed from. final FunctionListPageAsyncbuild()Returns an immutable instance of FunctionListPageAsync. -
-
Method Detail
-
service
final FunctionListPageAsync.Builder service(FunctionServiceAsync service)
-
params
final FunctionListPageAsync.Builder params(FunctionListParams params)
The parameters that were used to request this page.
-
response
final FunctionListPageAsync.Builder response(FunctionListPageResponse response)
The response that this page was parsed from.
-
build
final FunctionListPageAsync build()
Returns an immutable instance of FunctionListPageAsync.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-