Class EnvelopeIdsRequest


  • public class EnvelopeIdsRequest
    extends Object
    Lists of envelope and transaction IDs to use in the results. If you use this request body with Envelopes: listStatus, you must set one or both of the following query parameters to the special value `request_body`: - `envelope_ids=request_body` - `transaction_ids=request_body` .
    • Constructor Detail

      • EnvelopeIdsRequest

        public EnvelopeIdsRequest()
    • Method Detail

      • addEnvelopeIdsItem

        public EnvelopeIdsRequest addEnvelopeIdsItem​(String envelopeIdsItem)
        addEnvelopeIdsItem.
        Returns:
        EnvelopeIdsRequest
      • getEnvelopeIds

        public List<String> getEnvelopeIds()
        .
        Returns:
        envelopeIds
      • setEnvelopeIds

        public void setEnvelopeIds​(List<String> envelopeIds)
        setEnvelopeIds.
      • addTransactionIdsItem

        public EnvelopeIdsRequest addTransactionIdsItem​(String transactionIdsItem)
        addTransactionIdsItem.
        Returns:
        EnvelopeIdsRequest
      • getTransactionIds

        public List<String> getTransactionIds()
        A list of transaction Id's used to determining the status of envelopes sent asynchronously. See **transactionId** property on envelopes..
        Returns:
        transactionIds
      • setTransactionIds

        public void setTransactionIds​(List<String> transactionIds)
        setTransactionIds.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object