Interface ParameterMapEntry.Builder

    • Method Detail

      • key

        ParameterMapEntry.Builder key​(String key)

        The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

        Parameters:
        key - The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ParameterMapEntry.Builder values​(Collection<String> values)

        The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.

        Parameters:
        values - The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ParameterMapEntry.Builder values​(String... values)

        The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.

        Parameters:
        values - The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.