public static interface OverallTestResults.Builder extends SdkPojo, CopyableBuilder<OverallTestResults.Builder,OverallTestResults>
| Modifier and Type | Method and Description |
|---|---|
OverallTestResults.Builder |
items(Collection<OverallTestResultItem> items)
A list of the overall test results.
|
OverallTestResults.Builder |
items(Consumer<OverallTestResultItem.Builder>... items)
A list of the overall test results.
|
OverallTestResults.Builder |
items(OverallTestResultItem... items)
A list of the overall test results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOverallTestResults.Builder items(Collection<OverallTestResultItem> items)
A list of the overall test results.
items - A list of the overall test results.OverallTestResults.Builder items(OverallTestResultItem... items)
A list of the overall test results.
items - A list of the overall test results.OverallTestResults.Builder items(Consumer<OverallTestResultItem.Builder>... items)
A list of the overall test results.
This is a convenience method that creates an instance of theOverallTestResultItem.Builder avoiding the need to
create one manually via
OverallTestResultItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
OverallTestResultItem.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.