Package com.docusign.esign.model
Class EnvelopeAttachment
- java.lang.Object
-
- com.docusign.esign.model.EnvelopeAttachment
-
- All Implemented Interfaces:
Serializable
public class EnvelopeAttachment extends Object implements Serializable
EnvelopeAttachment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvelopeAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopeAttachmentaccessControl(String accessControl)accessControl.EnvelopeAttachmentattachmentId(String attachmentId)attachmentId.EnvelopeAttachmentattachmentType(String attachmentType)attachmentType.booleanequals(Object o)Compares objects.EnvelopeAttachmenterrorDetails(ErrorDetails errorDetails)errorDetails.StringgetAccessControl().StringgetAttachmentId().StringgetAttachmentType().ErrorDetailsgetErrorDetails()Array or errors..StringgetLabel().StringgetName().inthashCode()Returns the HashCode.EnvelopeAttachmentlabel(String label)label.EnvelopeAttachmentname(String name)name.voidsetAccessControl(String accessControl)setAccessControl.voidsetAttachmentId(String attachmentId)setAttachmentId.voidsetAttachmentType(String attachmentType)setAttachmentType.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetLabel(String label)setLabel.voidsetName(String name)setName.StringtoString()Converts the given object to string.
-
-
-
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.
-
errorDetails
public EnvelopeAttachment errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- EnvelopeAttachment
-
getErrorDetails
public ErrorDetails getErrorDetails()
Array or errors..- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
label
public EnvelopeAttachment label(String label)
label.- Returns:
- EnvelopeAttachment
-
getLabel
public String getLabel()
.- Returns:
- label
-
setLabel
public void setLabel(String label)
setLabel.
-
name
public EnvelopeAttachment name(String name)
name.- Returns:
- EnvelopeAttachment
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
equals
public boolean equals(Object o)
Compares objects.
-
-