public class BoardAddTopicQuery extends AbstractQueryBuilder<BoardAddTopicQuery,java.lang.Integer>
| Constructor and Description |
|---|
BoardAddTopicQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
BoardAddTopicQuery(VkApiClient client,
UserActor actor,
java.lang.Long groupId,
java.lang.String title)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
BoardAddTopicQuery |
attachments(java.util.List<java.lang.String> value)
List of media objects attached to the topic, in the following format: "
|
BoardAddTopicQuery |
attachments(java.lang.String... value)
attachments
List of media objects attached to the topic, in the following format: "
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
BoardAddTopicQuery |
fromGroup(java.lang.Boolean value)
For a community: '1' - to post the topic as by the community, '0' - to post the topic as by the user (default)
|
protected BoardAddTopicQuery |
getThis()
Get reference to this object
|
BoardAddTopicQuery |
groupId(java.lang.Long value)
ID of the community that owns the discussion board.
|
BoardAddTopicQuery |
text(java.lang.String value)
Text of the topic.
|
BoardAddTopicQuery |
title(java.lang.String value)
Topic title.
|
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, getParams, getQueryHeaders, lang, toString, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version, withHeader, withHeadersaddHeader, addHeaders, execute, executeAsRaw, executeAsString, executeAsStringWithReturningFullInfo, executeTypeable, executeTypeableWithoutRetry, executeWithoutRetry, getClient, getCookie, getGson, getHeaders, getResponseClass, getUrl, setCookie, setCookies, setHeaders, setHeaderspublic BoardAddTopicQuery(VkApiClient client, UserActor actor, java.lang.Long groupId, java.lang.String title)
client - VK API clientactor - actor with access tokengroupId - value of "group id" parameter. Minimum is 1. Entity - ownertitle - value of "title" parameter.public BoardAddTopicQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic BoardAddTopicQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardAddTopicQuery title(java.lang.String value)
value - value of "title" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardAddTopicQuery text(java.lang.String value)
value - value of "text" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardAddTopicQuery fromGroup(java.lang.Boolean value)
value - value of "from group" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardAddTopicQuery attachments(java.lang.String... value)
value - value of "attachments" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardAddTopicQuery attachments(java.util.List<java.lang.String> value)
value - value of "attachments" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected BoardAddTopicQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<BoardAddTopicQuery,java.lang.Integer>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<BoardAddTopicQuery,java.lang.Integer>