public class BoardGetCommentsQueryWithExtended extends AbstractQueryBuilder<BoardGetCommentsQueryWithExtended,GetCommentsExtendedResponse>
| Constructor and Description |
|---|
BoardGetCommentsQueryWithExtended(VkApiClient client,
ServiceActor actor,
java.lang.Long groupId,
java.lang.Integer topicId)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
BoardGetCommentsQueryWithExtended(VkApiClient client,
UserActor actor,
java.lang.Long groupId,
java.lang.Integer topicId)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
BoardGetCommentsQueryWithExtended |
count(java.lang.Integer value)
Number of comments to return.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected BoardGetCommentsQueryWithExtended |
extended(java.lang.Boolean value)
'1' - to return information about users who posted comments, '0' - to return no additional fields (default)
|
protected BoardGetCommentsQueryWithExtended |
getThis()
Get reference to this object
|
BoardGetCommentsQueryWithExtended |
groupId(java.lang.Long value)
ID of the community that owns the discussion board.
|
BoardGetCommentsQueryWithExtended |
needLikes(java.lang.Boolean value)
'1' - to return the 'likes' field, '0' - not to return the 'likes' field (default)
|
BoardGetCommentsQueryWithExtended |
offset(java.lang.Integer value)
Offset needed to return a specific subset of comments.
|
BoardGetCommentsQueryWithExtended |
sort(GetCommentsSort value)
Sort order: 'asc' - by creation date in chronological order, 'desc' - by creation date in reverse chronological order,
|
BoardGetCommentsQueryWithExtended |
startCommentId(java.lang.Integer value)
Set start comment id
|
BoardGetCommentsQueryWithExtended |
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 BoardGetCommentsQueryWithExtended(VkApiClient client, UserActor actor, java.lang.Long groupId, java.lang.Integer topicId)
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.public BoardGetCommentsQueryWithExtended(VkApiClient client, ServiceActor actor, java.lang.Long groupId, java.lang.Integer topicId)
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.public BoardGetCommentsQueryWithExtended groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardGetCommentsQueryWithExtended topicId(java.lang.Integer value)
value - value of "topic id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardGetCommentsQueryWithExtended needLikes(java.lang.Boolean value)
value - value of "need likes" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardGetCommentsQueryWithExtended startCommentId(java.lang.Integer value)
value - value of "start comment id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardGetCommentsQueryWithExtended offset(java.lang.Integer value)
value - value of "offset" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardGetCommentsQueryWithExtended count(java.lang.Integer value)
value - value of "count" parameter. Maximum is 100. Minimum is 0. By default 20.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected BoardGetCommentsQueryWithExtended extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public BoardGetCommentsQueryWithExtended sort(GetCommentsSort value)
value - value of "sort" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected BoardGetCommentsQueryWithExtended getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<BoardGetCommentsQueryWithExtended,GetCommentsExtendedResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<BoardGetCommentsQueryWithExtended,GetCommentsExtendedResponse>