Package org.gcube.portal.databook.shared
Class ClientPost
java.lang.Object
org.gcube.portal.databook.shared.ClientPost
- Author:
- Massimiliano Assante, CNR-ISTI Uses JsInterop annotations to deserialize the object
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClientPostcreate(String key, String type, String userid, Date time, String uri, String description, String fullName, String email, String thumbnailURL, String linkTitle, String linkDescription, String linkUrlThumbnail, String linkHost, ClientAttachment[] attachments)
-
Field Details
-
key
-
type
-
userid
-
time
-
uri
-
description
-
fullName
-
email
-
thumbnailURL
-
linkTitle
-
linkDescription
-
linkUrlThumbnail
-
linkHost
-
attachments
-
-
Constructor Details
-
ClientPost
public ClientPost()
-
-
Method Details