|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Attachment
| Method Summary | |
|---|---|
Calendar |
getCreatedDate()
Date of the creation |
String |
getCreator()
Creator of the last version of the attachment |
String |
getDownloadURL()
URL to download the attachment |
HashMap<String,String[]> |
getPermission()
|
String |
getText()
Get the text representation of the content item |
String |
getTitle()
|
Calendar |
getUpdatedDate()
Date of last update of this attachment |
long |
getWeightInBytes()
Get the weight of the attachment in bytes |
boolean |
hasPermission(PermissionType permissionType)
|
void |
setPermission(HashMap<String,String[]> permissions)
|
void |
setText(String text)
|
void |
setTitle(String title)
|
| Method Detail |
|---|
long getWeightInBytes()
String getCreator()
Calendar getCreatedDate()
Calendar getUpdatedDate()
String getDownloadURL()
String getTitle()
void setTitle(String title)
String getText()
void setText(String text)
void setPermission(HashMap<String,String[]> permissions)
throws Exception
Exception
HashMap<String,String[]> getPermission()
throws Exception
Exception
boolean hasPermission(PermissionType permissionType)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||