Class EnvelopeAttachment


  • public class EnvelopeAttachment
    extends Object
    EnvelopeAttachment.
    • Constructor Detail

      • EnvelopeAttachment

        public EnvelopeAttachment()
    • Method Detail

      • accessControl

        public EnvelopeAttachment accessControl​(String accessControl)
        accessControl.
        Returns:
        EnvelopeAttachment
      • getAccessControl

        public String getAccessControl()
        .
        Returns:
        accessControl
      • setAccessControl

        public void setAccessControl​(String accessControl)
        setAccessControl.
      • attachmentId

        public EnvelopeAttachment attachmentId​(String attachmentId)
        attachmentId.
        Returns:
        EnvelopeAttachment
      • getAttachmentId

        public String getAttachmentId()
        .
        Returns:
        attachmentId
      • setAttachmentId

        public void setAttachmentId​(String attachmentId)
        setAttachmentId.
      • attachmentType

        public EnvelopeAttachment attachmentType​(String attachmentType)
        attachmentType.
        Returns:
        EnvelopeAttachment
      • getAttachmentType

        public String getAttachmentType()
        .
        Returns:
        attachmentType
      • setAttachmentType

        public void setAttachmentType​(String attachmentType)
        setAttachmentType.
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        This object describes errors that occur. It is only valid for responses and ignored in requests..
        Returns:
        errorDetails
      • setErrorDetails

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

        public String getLabel()
        .
        Returns:
        label
      • setLabel

        public void setLabel​(String label)
        setLabel.
      • getName

        public String getName()
        .
        Returns:
        name
      • setName

        public void setName​(String name)
        setName.
      • 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