public class AnnouncementsQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static AnnouncementsQuery |
forFeedOf(UserId userId)
Get announcements for user's feed.
|
static AnnouncementsQuery |
inTopic(java.lang.String topicId)
Get announcements in topic.
|
static AnnouncementsQuery |
timeline()
Get announcements for all feeds and targeting users timeline.
|
public static AnnouncementsQuery inTopic(java.lang.String topicId)
topicId
- id of topic.public static AnnouncementsQuery forFeedOf(UserId userId)
userId
- id of the user.public static AnnouncementsQuery timeline()
(c) Copyright GetSocial BV, 2020. All Rights Reserved.