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