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