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