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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #observationList(List) .observationList - a consumer that will call methods on List.Builder #observationList(List) Copyright © 2020. All rights reserved.