public static interface GetProjectResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<GetProjectResponse.Builder,GetProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetProjectResponse.Builder |
project(Consumer<Project.Builder> project)
A structure containing the configuration details of the project.
|
GetProjectResponse.Builder |
project(Project project)
A structure containing the configuration details of the project.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProjectResponse.Builder project(Project project)
A structure containing the configuration details of the project.
project - A structure containing the configuration details of the project.default GetProjectResponse.Builder project(Consumer<Project.Builder> project)
A structure containing the configuration details of the project.
This is a convenience method that creates an instance of theProject.Builder avoiding the need to
create one manually via Project.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to project(Project).
project - a consumer that will call methods on Project.Builderproject(Project)Copyright © 2023. All rights reserved.