Interface PillarDifference.Builder

    • Method Detail

      • pillarId

        PillarDifference.Builder pillarId​(String pillarId)
        Sets the value of the PillarId property for this object.
        Parameters:
        pillarId - The new value for the PillarId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pillarName

        PillarDifference.Builder pillarName​(String pillarName)
        Sets the value of the PillarName property for this object.
        Parameters:
        pillarName - The new value for the PillarName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • differenceStatus

        PillarDifference.Builder differenceStatus​(String differenceStatus)

        Indicates the type of change to the pillar.

        Parameters:
        differenceStatus - Indicates the type of change to the pillar.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DifferenceStatus, DifferenceStatus
      • questionDifferences

        PillarDifference.Builder questionDifferences​(Collection<QuestionDifference> questionDifferences)

        List of question differences.

        Parameters:
        questionDifferences - List of question differences.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • questionDifferences

        PillarDifference.Builder questionDifferences​(QuestionDifference... questionDifferences)

        List of question differences.

        Parameters:
        questionDifferences - List of question differences.
        Returns:
        Returns a reference to this object so that method calls can be chained together.