Package com.docusign.esign.model
Class EnvelopeAttachmentsRequest
- java.lang.Object
-
- com.docusign.esign.model.EnvelopeAttachmentsRequest
-
- All Implemented Interfaces:
Serializable
public class EnvelopeAttachmentsRequest extends Object implements Serializable
EnvelopeAttachmentsRequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvelopeAttachmentsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopeAttachmentsRequestaddAttachmentsItem(Attachment attachmentsItem)addAttachmentsItem.EnvelopeAttachmentsRequestattachments(List<Attachment> attachments)attachments.booleanequals(Object o)Compares objects.List<Attachment>getAttachments().inthashCode()Returns the HashCode.voidsetAttachments(List<Attachment> attachments)setAttachments.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
attachments
public EnvelopeAttachmentsRequest attachments(List<Attachment> attachments)
attachments.- Returns:
- EnvelopeAttachmentsRequest
-
addAttachmentsItem
public EnvelopeAttachmentsRequest addAttachmentsItem(Attachment attachmentsItem)
addAttachmentsItem.- Returns:
- EnvelopeAttachmentsRequest
-
getAttachments
public List<Attachment> getAttachments()
.- Returns:
- attachments
-
setAttachments
public void setAttachments(List<Attachment> attachments)
setAttachments.
-
equals
public boolean equals(Object o)
Compares objects.
-
-