Package com.docusign.esign.model
Class EnvelopeAttachmentsResult
- java.lang.Object
-
- com.docusign.esign.model.EnvelopeAttachmentsResult
-
public class EnvelopeAttachmentsResult extends java.lang.ObjectEnvelopeAttachmentsResult.
-
-
Constructor Summary
Constructors Constructor Description EnvelopeAttachmentsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopeAttachmentsResultaddAttachmentsItem(EnvelopeAttachment attachmentsItem)addAttachmentsItem.EnvelopeAttachmentsResultattachments(java.util.List<EnvelopeAttachment> attachments)attachments.booleanequals(java.lang.Object o)Compares objects.java.util.List<EnvelopeAttachment>getAttachments().inthashCode()Returns the HashCode.voidsetAttachments(java.util.List<EnvelopeAttachment> attachments)setAttachments.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
attachments
public EnvelopeAttachmentsResult attachments(java.util.List<EnvelopeAttachment> attachments)
attachments.- Returns:
- EnvelopeAttachmentsResult
-
addAttachmentsItem
public EnvelopeAttachmentsResult addAttachmentsItem(EnvelopeAttachment attachmentsItem)
addAttachmentsItem.- Returns:
- EnvelopeAttachmentsResult
-
getAttachments
public java.util.List<EnvelopeAttachment> getAttachments()
.- Returns:
- attachments
-
setAttachments
public void setAttachments(java.util.List<EnvelopeAttachment> attachments)
setAttachments.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-