Package com.docusign.esign.model
Class EnvelopeAttachmentsResult
- java.lang.Object
-
- com.docusign.esign.model.EnvelopeAttachmentsResult
-
public class EnvelopeAttachmentsResult extends Object
EnvelopeAttachmentsResult.
-
-
Constructor Summary
Constructors Constructor Description EnvelopeAttachmentsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopeAttachmentsResultaddAttachmentsItem(EnvelopeAttachment attachmentsItem)addAttachmentsItem.EnvelopeAttachmentsResultattachments(List<EnvelopeAttachment> attachments)attachments.booleanequals(Object o)Compares objects.List<EnvelopeAttachment>getAttachments().inthashCode()Returns the HashCode.voidsetAttachments(List<EnvelopeAttachment> attachments)setAttachments.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
attachments
public EnvelopeAttachmentsResult attachments(List<EnvelopeAttachment> attachments)
attachments.- Returns:
- EnvelopeAttachmentsResult
-
addAttachmentsItem
public EnvelopeAttachmentsResult addAttachmentsItem(EnvelopeAttachment attachmentsItem)
addAttachmentsItem.- Returns:
- EnvelopeAttachmentsResult
-
getAttachments
public List<EnvelopeAttachment> getAttachments()
.- Returns:
- attachments
-
setAttachments
public void setAttachments(List<EnvelopeAttachment> attachments)
setAttachments.
-
equals
public boolean equals(Object o)
Compares objects.
-
-