Class ListBonusPaymentsRequest

    • Method Detail

      • hitId

        public final String hitId()

        The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified

        Returns:
        The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified
      • assignmentId

        public final String assignmentId()

        The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified

        Returns:
        The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified
      • nextToken

        public final String nextToken()

        Pagination token

        Returns:
        Pagination token
      • maxResults

        public final Integer maxResults()
        Returns the value of the MaxResults property for this object.
        Returns:
        The value of the MaxResults property for this object.
      • 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