Package com.docusign.esign.model
Class RecipientAttachment
- java.lang.Object
-
- com.docusign.esign.model.RecipientAttachment
-
- All Implemented Interfaces:
Serializable
public class RecipientAttachment extends Object implements Serializable
RecipientAttachment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecipientAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientAttachmentattachmentId(String attachmentId)attachmentId.RecipientAttachmentattachmentType(String attachmentType)attachmentType.RecipientAttachmentdata(String data)data.booleanequals(Object o)Compares objects.StringgetAttachmentId().StringgetAttachmentType().StringgetData().StringgetLabel().StringgetName().StringgetRemoteUrl().inthashCode()Returns the HashCode.RecipientAttachmentlabel(String label)label.RecipientAttachmentname(String name)name.RecipientAttachmentremoteUrl(String remoteUrl)remoteUrl.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
-
attachmentId
public RecipientAttachment attachmentId(String attachmentId)
attachmentId.- Returns:
- RecipientAttachment
-
getAttachmentId
public String getAttachmentId()
.- Returns:
- attachmentId
-
setAttachmentId
public void setAttachmentId(String attachmentId)
setAttachmentId.
-
attachmentType
public RecipientAttachment attachmentType(String attachmentType)
attachmentType.- Returns:
- RecipientAttachment
-
getAttachmentType
public String getAttachmentType()
.- Returns:
- attachmentType
-
setAttachmentType
public void setAttachmentType(String attachmentType)
setAttachmentType.
-
data
public RecipientAttachment data(String data)
data.- Returns:
- RecipientAttachment
-
getData
public String getData()
.- Returns:
- data
-
setData
public void setData(String data)
setData.
-
label
public RecipientAttachment label(String label)
label.- Returns:
- RecipientAttachment
-
getLabel
public String getLabel()
.- Returns:
- label
-
setLabel
public void setLabel(String label)
setLabel.
-
name
public RecipientAttachment name(String name)
name.- Returns:
- RecipientAttachment
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
remoteUrl
public RecipientAttachment remoteUrl(String remoteUrl)
remoteUrl.- Returns:
- RecipientAttachment
-
getRemoteUrl
public String getRemoteUrl()
.- Returns:
- remoteUrl
-
setRemoteUrl
public void setRemoteUrl(String remoteUrl)
setRemoteUrl.
-
equals
public boolean equals(Object o)
Compares objects.
-
-