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