Package com.docusign.esign.model
Class Attachment
- java.lang.Object
-
- com.docusign.esign.model.Attachment
-
- All Implemented Interfaces:
Serializable
public class Attachment extends Object implements Serializable
Contains information about an attachment..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Attachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentaccessControl(String accessControl)accessControl.AttachmentattachmentId(String attachmentId)attachmentId.AttachmentattachmentType(String attachmentType)attachmentType.Attachmentdata(String data)data.booleanequals(Object o)Compares objects.StringgetAccessControl().StringgetAttachmentId().StringgetAttachmentType()Specifies the type of the attachment for the recipient..StringgetData().StringgetLabel().StringgetName().StringgetRemoteUrl().inthashCode()Returns the HashCode.Attachmentlabel(String label)label.Attachmentname(String name)name.AttachmentremoteUrl(String remoteUrl)remoteUrl.voidsetAccessControl(String accessControl)setAccessControl.voidsetAttachmentId(String attachmentId)setAttachmentId.voidsetAttachmentType(String attachmentType)setAttachmentType.voidsetData(String data)setData.voidsetLabel(String label)setLabel.voidsetName(String name)setName.voidsetRemoteUrl(String remoteUrl)setRemoteUrl.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
accessControl
public Attachment accessControl(String accessControl)
accessControl.- Returns:
- Attachment
-
getAccessControl
public String getAccessControl()
.- Returns:
- accessControl
-
setAccessControl
public void setAccessControl(String accessControl)
setAccessControl.
-
attachmentId
public Attachment attachmentId(String attachmentId)
attachmentId.- Returns:
- Attachment
-
getAttachmentId
public String getAttachmentId()
.- Returns:
- attachmentId
-
setAttachmentId
public void setAttachmentId(String attachmentId)
setAttachmentId.
-
attachmentType
public Attachment attachmentType(String attachmentType)
attachmentType.- Returns:
- Attachment
-
getAttachmentType
public String getAttachmentType()
Specifies the type of the attachment for the recipient..- Returns:
- attachmentType
-
setAttachmentType
public void setAttachmentType(String attachmentType)
setAttachmentType.
-
data
public Attachment data(String data)
data.- Returns:
- Attachment
-
getData
public String getData()
.- Returns:
- data
-
setData
public void setData(String data)
setData.
-
label
public Attachment label(String label)
label.- Returns:
- Attachment
-
getLabel
public String getLabel()
.- Returns:
- label
-
setLabel
public void setLabel(String label)
setLabel.
-
name
public Attachment name(String name)
name.- Returns:
- Attachment
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
remoteUrl
public Attachment remoteUrl(String remoteUrl)
remoteUrl.- Returns:
- Attachment
-
getRemoteUrl
public String getRemoteUrl()
.- Returns:
- remoteUrl
-
setRemoteUrl
public void setRemoteUrl(String remoteUrl)
setRemoteUrl.
-
equals
public boolean equals(Object o)
Compares objects.
-
-