public class AttachmentEntity extends BaseEntity
| Constructor and Description |
|---|
AttachmentEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getLink() |
String |
getMimeType() |
AttachmentEntity |
setDisplayName(String displayName) |
AttachmentEntity |
setLink(String link) |
AttachmentEntity |
setMimeType(String mimeType) |
AttachmentEntity |
setSource(String source) |
public String getDisplayName()
public String getLink()
public String getMimeType()
public AttachmentEntity setDisplayName(String displayName)
public AttachmentEntity setMimeType(String mimeType)
public AttachmentEntity setLink(String link)
public AttachmentEntity setSource(String source)
Copyright © 2016. All rights reserved.