@JsType(isNative=true,
namespace="<global>",
name="Object")
public class ClientAttachment
extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
id |
String |
mimeType |
String |
name |
String |
thumbnailURL |
String |
uri |
| Constructor and Description |
|---|
ClientAttachment() |
| Modifier and Type | Method and Description |
|---|---|
static ClientAttachment |
create(String id,
String uri,
String name,
String description,
String thumbnailURL,
String mimeType) |
public String id
public String uri
public String name
public String description
public String thumbnailURL
public String mimeType
@JsOverlay public static ClientAttachment create(String id, String uri, String name, String description, String thumbnailURL, String mimeType)
id - the id in the cassandra CFuri - where you can download the file fromname - the name of the attached filedescription - the description of the attached filethumbnailURL - the URL of the image representing the attached filemimeType - the type of fileCopyright © 2018. All Rights Reserved.