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