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