Interface ChoiceUpdate.Builder

    • Method Detail

      • status

        ChoiceUpdate.Builder status​(String status)

        The status of a choice.

        Parameters:
        status - The status of a choice.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChoiceStatus, ChoiceStatus
      • reason

        ChoiceUpdate.Builder reason​(String reason)

        The reason why a choice is non-applicable to a question in your workload.

        Parameters:
        reason - The reason why a choice is non-applicable to a question in your workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChoiceReason, ChoiceReason
      • reason

        ChoiceUpdate.Builder reason​(ChoiceReason reason)

        The reason why a choice is non-applicable to a question in your workload.

        Parameters:
        reason - The reason why a choice is non-applicable to a question in your workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChoiceReason, ChoiceReason
      • notes

        ChoiceUpdate.Builder notes​(String notes)

        The notes associated with a choice.

        Parameters:
        notes - The notes associated with a choice.
        Returns:
        Returns a reference to this object so that method calls can be chained together.