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