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