public class WallGetCommentsQueryWithExtended extends AbstractQueryBuilder<WallGetCommentsQueryWithExtended,GetCommentsExtendedResponse>
| Constructor and Description |
|---|
WallGetCommentsQueryWithExtended(VkApiClient client,
ServiceActor actor)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
WallGetCommentsQueryWithExtended(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
WallGetCommentsQueryWithExtended |
commentId(java.lang.Integer value)
Comment ID.
|
WallGetCommentsQueryWithExtended |
count(java.lang.Integer value)
Number of comments to return (maximum 100).
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected WallGetCommentsQueryWithExtended |
extended(java.lang.Boolean value)
Set extended
|
WallGetCommentsQueryWithExtended |
fields(java.util.List<UserGroupFields> value)
Set fields
|
WallGetCommentsQueryWithExtended |
fields(UserGroupFields... value)
fields
Set fields
|
protected WallGetCommentsQueryWithExtended |
getThis()
Get reference to this object
|
WallGetCommentsQueryWithExtended |
needLikes(java.lang.Boolean value)
'1' - to return the 'likes' field, '0' - not to return the 'likes' field (default)
|
WallGetCommentsQueryWithExtended |
offset(java.lang.Integer value)
Offset needed to return a specific subset of comments.
|
WallGetCommentsQueryWithExtended |
ownerId(java.lang.Long value)
User ID or community ID.
|
WallGetCommentsQueryWithExtended |
postId(java.lang.Integer value)
Post ID.
|
WallGetCommentsQueryWithExtended |
previewLength(java.lang.Integer value)
Number of characters at which to truncate comments when previewed.
|
WallGetCommentsQueryWithExtended |
sort(GetCommentsSort value)
Sort order: 'asc' - chronological, 'desc' - reverse chronological
|
WallGetCommentsQueryWithExtended |
startCommentId(java.lang.Integer value)
Set start comment id
|
WallGetCommentsQueryWithExtended |
threadItemsCount(java.lang.Integer value)
Count items in threads.
|
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 WallGetCommentsQueryWithExtended(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic WallGetCommentsQueryWithExtended(VkApiClient client, ServiceActor actor)
client - VK API clientactor - actor with access tokenpublic WallGetCommentsQueryWithExtended ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended postId(java.lang.Integer value)
value - value of "post id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended needLikes(java.lang.Boolean value)
value - value of "need likes" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended startCommentId(java.lang.Integer value)
value - value of "start comment id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended offset(java.lang.Integer value)
value - value of "offset" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended count(java.lang.Integer value)
value - value of "count" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended sort(GetCommentsSort value)
value - value of "sort" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended previewLength(java.lang.Integer value)
value - value of "preview length" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected WallGetCommentsQueryWithExtended extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended commentId(java.lang.Integer value)
value - value of "comment id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended threadItemsCount(java.lang.Integer value)
value - value of "thread items count" parameter. Maximum is 10. Minimum is 0. By default 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended fields(UserGroupFields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetCommentsQueryWithExtended fields(java.util.List<UserGroupFields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected WallGetCommentsQueryWithExtended getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<WallGetCommentsQueryWithExtended,GetCommentsExtendedResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<WallGetCommentsQueryWithExtended,GetCommentsExtendedResponse>