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