@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Attachment extends Object
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
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() |
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 String getAccessControl()
public void setAccessControl(String accessControl)
public String getAttachmentId()
public void setAttachmentId(String attachmentId)
public String getAttachmentType()
public void setAttachmentType(String attachmentType)
public String getData()
public void setData(String data)
public String getLabel()
public void setLabel(String label)
public String getName()
public void setName(String name)
public String getRemoteUrl()
public void setRemoteUrl(String remoteUrl)
Copyright © 2017. All rights reserved.