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