public class HashTagClient extends BaseClient
| Constructor and Description |
|---|
HashTagClient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteHashTagsCommentLib(String commentId,
String vreid,
List<String> hashtags) |
boolean |
deleteHashTagsLib(String feedid,
String vreid,
List<String> hashtags) |
Map<String,Integer> |
getHashtagsCount()
Get hashtags and their count
|
Map<String,Integer> |
getVREHashtagsWithOccurrenceFilteredByTimeLib(String vreid,
long timestamp) |
Map<String,Integer> |
getVREHashtagsWithOccurrenceLib(String vreid) |
List<org.gcube.portal.databook.shared.Post> |
getVREPostsByHashtagLib(String vreid,
String hashtag) |
boolean |
saveHashTagsCommentLib(String commentId,
String vreid,
List<String> hashtags) |
boolean |
saveHashTagsLib(String feedid,
String vreid,
List<String> hashtags) |
getServiceEndpointpublic Map<String,Integer> getHashtagsCount()
public boolean deleteHashTagsLib(String feedid, String vreid, List<String> hashtags)
public boolean saveHashTagsCommentLib(String commentId, String vreid, List<String> hashtags)
public boolean deleteHashTagsCommentLib(String commentId, String vreid, List<String> hashtags)
public Map<String,Integer> getVREHashtagsWithOccurrenceLib(String vreid)
public Map<String,Integer> getVREHashtagsWithOccurrenceFilteredByTimeLib(String vreid, long timestamp)
Copyright © 2023. All rights reserved.