public class PostActivityTarget
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static PostActivityTarget |
comment(java.lang.String activityId)
Post comment to the activity.
|
java.lang.String |
id() |
static PostActivityTarget |
timeline()
Post to the feed of current user.
|
static PostActivityTarget |
topic(java.lang.String topicId)
Post activity in topic.
|
CommunitiesEntityType |
type() |
public static PostActivityTarget comment(java.lang.String activityId)
activityId
- ID of activity to be commented.public static PostActivityTarget topic(java.lang.String topicId)
topicId
- ID of topic to be posted in.public static PostActivityTarget timeline()
public CommunitiesEntityType type()
public java.lang.String id()
(c) Copyright GetSocial BV, 2020. All Rights Reserved.