public static interface RelatedObservations.Builder extends SdkPojo, CopyableBuilder<RelatedObservations.Builder,RelatedObservations>
| Modifier and Type | Method and Description |
|---|---|
RelatedObservations.Builder |
observationList(Collection<Observation> observationList)
The list of observations related to the problem.
|
RelatedObservations.Builder |
observationList(Consumer<Observation.Builder>... observationList)
The list of observations related to the problem.
|
RelatedObservations.Builder |
observationList(Observation... observationList)
The list of observations related to the problem.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRelatedObservations.Builder observationList(Collection<Observation> observationList)
The list of observations related to the problem.
observationList - The list of observations related to the problem.RelatedObservations.Builder observationList(Observation... observationList)
The list of observations related to the problem.
observationList - The list of observations related to the problem.RelatedObservations.Builder observationList(Consumer<Observation.Builder>... observationList)
The list of observations related to the problem.
This is a convenience method that creates an instance of theObservation.Builder avoiding the need to
create one manually via
Observation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #observationList(List.
observationList - a consumer that will call methods on
Observation.Builder#observationList(java.util.Collection) Copyright © 2023. All rights reserved.