Package com.docusign.esign.model
Class EnvelopeAttachmentsResult
- java.lang.Object
-
- com.docusign.esign.model.EnvelopeAttachmentsResult
-
- All Implemented Interfaces:
Serializable
public class EnvelopeAttachmentsResult extends Object implements Serializable
EnvelopeAttachmentsResult.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvelopeAttachmentsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopeAttachmentsResult
addAttachmentsItem(EnvelopeAttachment attachmentsItem)
addAttachmentsItem.EnvelopeAttachmentsResult
attachments(List<EnvelopeAttachment> attachments)
attachments.boolean
equals(Object o)
Compares objects.List<EnvelopeAttachment>
getAttachments()
.int
hashCode()
Returns the HashCode.void
setAttachments(List<EnvelopeAttachment> attachments)
setAttachments.String
toString()
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.
-
-