public class Attachment extends Object
Constructor and Description |
---|
Attachment() |
Modifier and Type | Method and Description |
---|---|
Attachment |
accessControl(String accessControl) |
Attachment |
attachmentId(String attachmentId) |
Attachment |
attachmentType(String attachmentType) |
Attachment |
data(String data) |
boolean |
equals(Object o) |
String |
getAccessControl() |
String |
getAttachmentId() |
String |
getAttachmentType()
Specifies the type of the attachment for the recipient.
|
String |
getData() |
String |
getLabel() |
String |
getName() |
String |
getRemoteUrl() |
int |
hashCode() |
Attachment |
label(String label) |
Attachment |
name(String name) |
Attachment |
remoteUrl(String remoteUrl) |
void |
setAccessControl(String accessControl) |
void |
setAttachmentId(String attachmentId) |
void |
setAttachmentType(String attachmentType) |
void |
setData(String data) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setRemoteUrl(String remoteUrl) |
String |
toString() |
public Attachment accessControl(String accessControl)
public String getAccessControl()
public void setAccessControl(String accessControl)
public Attachment attachmentId(String attachmentId)
public String getAttachmentId()
public void setAttachmentId(String attachmentId)
public Attachment attachmentType(String attachmentType)
public String getAttachmentType()
public void setAttachmentType(String attachmentType)
public Attachment data(String data)
public String getData()
public void setData(String data)
public Attachment label(String label)
public String getLabel()
public void setLabel(String label)
public Attachment name(String name)
public String getName()
public void setName(String name)
public Attachment remoteUrl(String remoteUrl)
public String getRemoteUrl()
public void setRemoteUrl(String remoteUrl)
Copyright © 2020. All rights reserved.