Class ApproveAssignmentRequest

    • Method Detail

      • assignmentId

        public final String assignmentId()

        The ID of the assignment. The assignment must correspond to a HIT created by the Requester.

        Returns:
        The ID of the assignment. The assignment must correspond to a HIT created by the Requester.
      • requesterFeedback

        public final String requesterFeedback()

        A message for the Worker, which the Worker can see in the Status section of the web site.

        Returns:
        A message for the Worker, which the Worker can see in the Status section of the web site.
      • overrideRejection

        public final Boolean overrideRejection()

        A flag indicating that an assignment should be approved even if it was previously rejected. Defaults to False.

        Returns:
        A flag indicating that an assignment should be approved even if it was previously rejected. Defaults to False.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object