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