Interface ListReviewPolicyResultsForHitRequest.Builder

    • Method Detail

      • hitId

        ListReviewPolicyResultsForHitRequest.Builder hitId​(String hitId)

        The unique identifier of the HIT to retrieve review results for.

        Parameters:
        hitId - The unique identifier of the HIT to retrieve review results for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyLevelsWithStrings

        ListReviewPolicyResultsForHitRequest.Builder policyLevelsWithStrings​(Collection<String> policyLevels)

        The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.

        Parameters:
        policyLevels - The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyLevelsWithStrings

        ListReviewPolicyResultsForHitRequest.Builder policyLevelsWithStrings​(String... policyLevels)

        The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.

        Parameters:
        policyLevels - The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyLevels

        ListReviewPolicyResultsForHitRequest.Builder policyLevels​(Collection<ReviewPolicyLevel> policyLevels)

        The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.

        Parameters:
        policyLevels - The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyLevels

        ListReviewPolicyResultsForHitRequest.Builder policyLevels​(ReviewPolicyLevel... policyLevels)

        The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.

        Parameters:
        policyLevels - The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retrieveActions

        ListReviewPolicyResultsForHitRequest.Builder retrieveActions​(Boolean retrieveActions)

        Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.

        Parameters:
        retrieveActions - Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retrieveResults

        ListReviewPolicyResultsForHitRequest.Builder retrieveResults​(Boolean retrieveResults)

        Specify if the operation should retrieve a list of the results computed by the Review Policies.

        Parameters:
        retrieveResults - Specify if the operation should retrieve a list of the results computed by the Review Policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListReviewPolicyResultsForHitRequest.Builder maxResults​(Integer maxResults)

        Limit the number of results returned.

        Parameters:
        maxResults - Limit the number of results returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.