public class RecipientAttachment extends Object
| Constructor and Description |
|---|
RecipientAttachment() |
| Modifier and Type | Method and Description |
|---|---|
RecipientAttachment |
attachmentId(String attachmentId) |
RecipientAttachment |
attachmentType(String attachmentType) |
RecipientAttachment |
data(String data) |
boolean |
equals(Object o) |
String |
getAttachmentId() |
String |
getAttachmentType() |
String |
getData() |
String |
getLabel() |
String |
getName() |
String |
getRemoteUrl() |
int |
hashCode() |
RecipientAttachment |
label(String label) |
RecipientAttachment |
name(String name) |
RecipientAttachment |
remoteUrl(String remoteUrl) |
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 RecipientAttachment attachmentId(String attachmentId)
public String getAttachmentId()
public void setAttachmentId(String attachmentId)
public RecipientAttachment attachmentType(String attachmentType)
public String getAttachmentType()
public void setAttachmentType(String attachmentType)
public RecipientAttachment data(String data)
public String getData()
public void setData(String data)
public RecipientAttachment label(String label)
public String getLabel()
public void setLabel(String label)
public RecipientAttachment name(String name)
public String getName()
public void setName(String name)
public RecipientAttachment remoteUrl(String remoteUrl)
public String getRemoteUrl()
public void setRemoteUrl(String remoteUrl)
Copyright © 2020. All rights reserved.