Class RecipientUpdateResponse


  • public class RecipientUpdateResponse
    extends Object
    The recipient details that are returned after you update the recipient..
    • Constructor Detail

      • RecipientUpdateResponse

        public RecipientUpdateResponse()
    • Method Detail

      • getCombined

        public String getCombined()
        .
        Returns:
        combined
      • setCombined

        public void setCombined​(String combined)
        setCombined.
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        Array or errors..
        Returns:
        errorDetails
      • setErrorDetails

        public void setErrorDetails​(ErrorDetails errorDetails)
        setErrorDetails.
      • getRecipientId

        public String getRecipientId()
        Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..
        Returns:
        recipientId
      • setRecipientId

        public void setRecipientId​(String recipientId)
        setRecipientId.
      • getRecipientIdGuid

        public String getRecipientIdGuid()
        .
        Returns:
        recipientIdGuid
      • setRecipientIdGuid

        public void setRecipientIdGuid​(String recipientIdGuid)
        setRecipientIdGuid.
      • getTabs

        public Tabs getTabs()
        All of the tabs associated with the recipient..
        Returns:
        tabs
      • setTabs

        public void setTabs​(Tabs tabs)
        setTabs.
      • 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