public static interface PillarDifference.Builder extends SdkPojo, CopyableBuilder<PillarDifference.Builder,PillarDifference>
| Modifier and Type | Method and Description |
|---|---|
PillarDifference.Builder |
differenceStatus(DifferenceStatus differenceStatus)
Indicates the type of change to the pillar.
|
PillarDifference.Builder |
differenceStatus(String differenceStatus)
Indicates the type of change to the pillar.
|
PillarDifference.Builder |
pillarId(String pillarId)
Sets the value of the PillarId property for this object.
|
PillarDifference.Builder |
pillarName(String pillarName)
Sets the value of the PillarName property for this object.
|
PillarDifference.Builder |
questionDifferences(Collection<QuestionDifference> questionDifferences)
List of question differences.
|
PillarDifference.Builder |
questionDifferences(Consumer<QuestionDifference.Builder>... questionDifferences)
List of question differences.
|
PillarDifference.Builder |
questionDifferences(QuestionDifference... questionDifferences)
List of question differences.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPillarDifference.Builder pillarId(String pillarId)
pillarId - The new value for the PillarId property for this object.PillarDifference.Builder pillarName(String pillarName)
pillarName - The new value for the PillarName property for this object.PillarDifference.Builder differenceStatus(String differenceStatus)
Indicates the type of change to the pillar.
differenceStatus - Indicates the type of change to the pillar.DifferenceStatus,
DifferenceStatusPillarDifference.Builder differenceStatus(DifferenceStatus differenceStatus)
Indicates the type of change to the pillar.
differenceStatus - Indicates the type of change to the pillar.DifferenceStatus,
DifferenceStatusPillarDifference.Builder questionDifferences(Collection<QuestionDifference> questionDifferences)
List of question differences.
questionDifferences - List of question differences.PillarDifference.Builder questionDifferences(QuestionDifference... questionDifferences)
List of question differences.
questionDifferences - List of question differences.PillarDifference.Builder questionDifferences(Consumer<QuestionDifference.Builder>... questionDifferences)
List of question differences.
This is a convenience method that creates an instance of theQuestionDifference.Builder avoiding the need to
create one manually via
QuestionDifference.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #questionDifferences(List.
questionDifferences - a consumer that will call methods on
QuestionDifference.Builder#questionDifferences(java.util.Collection) Copyright © 2023. All rights reserved.