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