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