public class BoardRestoreCommentQuery extends AbstractQueryBuilder<BoardRestoreCommentQuery,OkResponse>
| Constructor and Description |
|---|
BoardRestoreCommentQuery(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
BoardRestoreCommentQuery(VkApiClient client,
GroupActor actor,
java.lang.Long groupId,
java.lang.Integer topicId,
java.lang.Integer commentId)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
BoardRestoreCommentQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
BoardRestoreCommentQuery(VkApiClient client,
UserActor actor,
java.lang.Long groupId,
java.lang.Integer topicId,
java.lang.Integer commentId)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
BoardRestoreCommentQuery |
commentId(java.lang.Integer value)
Comment ID.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected BoardRestoreCommentQuery |
getThis()
Get reference to this object
|
BoardRestoreCommentQuery |
groupId(java.lang.Long value)
ID of the community that owns the discussion board.
|
BoardRestoreCommentQuery |
topicId(java.lang.Integer value)
Topic ID.
|
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 BoardRestoreCommentQuery(VkApiClient client, GroupActor actor, java.lang.Long groupId, java.lang.Integer topicId, java.lang.Integer commentId)
client - VK API clientactor - actor with access tokengroupId - value of "group id" parameter. Minimum is 1. Entity - ownertopicId - value of "topic id" parameter. Minimum is 0.commentId - value of "comment id" parameter. Minimum is 0.public BoardRestoreCommentQuery(VkApiClient client, GroupActor actor)
client - VK API clientactor - actor with access tokenpublic BoardRestoreCommentQuery(VkApiClient client, UserActor actor, java.lang.Long groupId, java.lang.Integer topicId, java.lang.Integer commentId)
client - VK API clientactor - actor with access tokengroupId - value of "group id" parameter. Minimum is 1. Entity - ownertopicId - value of "topic id" parameter. Minimum is 0.commentId - value of "comment id" parameter. Minimum is 0.public BoardRestoreCommentQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic BoardRestoreCommentQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardRestoreCommentQuery topicId(java.lang.Integer value)
value - value of "topic id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardRestoreCommentQuery commentId(java.lang.Integer value)
value - value of "comment id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected BoardRestoreCommentQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<BoardRestoreCommentQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<BoardRestoreCommentQuery,OkResponse>