Uses of Class
org.gcube.portal.databook.shared.Attachment
Packages that use Attachment
-
Uses of Attachment in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return types with arguments of type AttachmentModifier and TypeMethodDescriptionClientFeed.getAttachments()EnhancedFeed.getAttachments()PostWithAttachment.getAttachments()Method parameters in org.gcube.portal.databook.shared with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidClientFeed.setAttachments(List<Attachment> attachments) voidEnhancedFeed.setAttachments(ArrayList<Attachment> attachments) voidPostWithAttachment.setAttachments(List<Attachment> attachments) Constructor parameters in org.gcube.portal.databook.shared with type arguments of type AttachmentModifierConstructorDescriptionClientFeed(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, List<Attachment> attachments) PostWithAttachment(Post post, List<Attachment> attachments)