|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForumPostConfig | |
---|---|
org.botlibre.sdk | |
org.botlibre.sdk.activity | |
org.botlibre.sdk.activity.actions | |
org.botlibre.sdk.activity.forum | |
org.botlibre.sdk.config |
Uses of ForumPostConfig in org.botlibre.sdk |
---|
Methods in org.botlibre.sdk that return ForumPostConfig | |
---|---|
ForumPostConfig |
SDKConnection.create(ForumPostConfig config)
Create a new forum post. |
ForumPostConfig |
SDKConnection.createReply(ForumPostConfig config)
Create a reply to a forum post. |
ForumPostConfig |
SDKConnection.fetch(ForumPostConfig config)
Fetch the forum post details for the forum post id. |
ForumPostConfig |
SDKConnection.update(ForumPostConfig config)
Update the forum post. |
Methods in org.botlibre.sdk that return types with arguments of type ForumPostConfig | |
---|---|
java.util.List<ForumPostConfig> |
SDKConnection.getPosts(BrowseConfig config)
Return the list of forum posts for the forum browse criteria. |
Methods in org.botlibre.sdk with parameters of type ForumPostConfig | |
---|---|
ForumPostConfig |
SDKConnection.create(ForumPostConfig config)
Create a new forum post. |
ForumPostConfig |
SDKConnection.createReply(ForumPostConfig config)
Create a reply to a forum post. |
void |
SDKConnection.delete(ForumPostConfig config)
Permanently delete the forum post with the id. |
ForumPostConfig |
SDKConnection.fetch(ForumPostConfig config)
Fetch the forum post details for the forum post id. |
void |
SDKConnection.flag(ForumPostConfig config)
Flag the forum post as offensive, a reason is required. |
ForumPostConfig |
SDKConnection.update(ForumPostConfig config)
Update the forum post. |
Uses of ForumPostConfig in org.botlibre.sdk.activity |
---|
Fields in org.botlibre.sdk.activity declared as ForumPostConfig | |
---|---|
static ForumPostConfig |
MainActivity.post
|
Fields in org.botlibre.sdk.activity with type parameters of type ForumPostConfig | |
---|---|
static java.util.List<ForumPostConfig> |
MainActivity.posts
|
Uses of ForumPostConfig in org.botlibre.sdk.activity.actions |
---|
Constructors in org.botlibre.sdk.activity.actions with parameters of type ForumPostConfig | |
---|---|
HttpCreateForumPostAction(android.app.Activity activity,
ForumPostConfig config)
|
|
HttpCreateReplyAction(android.app.Activity activity,
ForumPostConfig config)
|
|
HttpDeleteForumPostAction(android.app.Activity activity,
ForumPostConfig config)
|
|
HttpFetchForumPostAction(android.app.Activity activity,
ForumPostConfig config)
|
|
HttpFlagForumPostAction(android.app.Activity activity,
ForumPostConfig config)
|
|
HttpUpdateForumPostAction(android.app.Activity activity,
ForumPostConfig config)
|
Uses of ForumPostConfig in org.botlibre.sdk.activity.forum |
---|
Fields in org.botlibre.sdk.activity.forum declared as ForumPostConfig | |
---|---|
ForumPostConfig |
ChoosePostActivity.instance
|
Fields in org.botlibre.sdk.activity.forum with type parameters of type ForumPostConfig | |
---|---|
java.util.List<ForumPostConfig> |
ChoosePostActivity.instances
|
Methods in org.botlibre.sdk.activity.forum with parameters of type ForumPostConfig | |
---|---|
void |
EditForumPostActivity.saveProperties(ForumPostConfig config)
|
void |
CreateReplyActivity.saveProperties(ForumPostConfig config)
|
void |
CreateForumPostActivity.saveProperties(ForumPostConfig instance)
|
Constructor parameters in org.botlibre.sdk.activity.forum with type arguments of type ForumPostConfig | |
---|---|
ForumPostImageListAdapter(android.app.Activity activity,
int resourceId,
java.util.List<ForumPostConfig> items)
|
|
ForumReplyImageListAdapter(android.app.Activity activity,
int resourceId,
java.util.List<ForumPostConfig> items)
|
Uses of ForumPostConfig in org.botlibre.sdk.config |
---|
Fields in org.botlibre.sdk.config with type parameters of type ForumPostConfig | |
---|---|
java.util.List<ForumPostConfig> |
ForumPostConfig.replies
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |