public class VideoGetCommentsQueryWithExtended extends AbstractQueryBuilder<VideoGetCommentsQueryWithExtended,GetCommentsExtendedResponse>
Constructor and Description |
---|
VideoGetCommentsQueryWithExtended(VkApiClient client,
UserActor actor,
int videoId)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
Modifier and Type | Method and Description |
---|---|
VideoGetCommentsQueryWithExtended |
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 VideoGetCommentsQueryWithExtended |
extended(java.lang.Boolean value)
Set extended
|
VideoGetCommentsQueryWithExtended |
fields(EnumParam... value)
Set fields
|
protected VideoGetCommentsQueryWithExtended |
getThis()
Get reference to this object
|
VideoGetCommentsQueryWithExtended |
needLikes(java.lang.Boolean value)
Return an additional "likes" field
|
VideoGetCommentsQueryWithExtended |
offset(java.lang.Integer value)
Offset needed to return a specific subset of comments.
|
VideoGetCommentsQueryWithExtended |
ownerId(java.lang.Integer value)
ID of the user or community that owns the video.
|
VideoGetCommentsQueryWithExtended |
sort(VideoGetCommentsSort value)
Sort order
|
VideoGetCommentsQueryWithExtended |
startCommentId(java.lang.Integer value)
Set start comment id
|
protected VideoGetCommentsQueryWithExtended |
videoId(int value)
Video ID.
|
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, lang, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version
execute, executeAsRaw, executeAsString, getClient, getGson, getResponseClass, getUrl
public VideoGetCommentsQueryWithExtended(VkApiClient client, UserActor actor, int videoId)
client
- VK API clientactor
- actor with access tokenvideoId
- value of "video id" parameter. Minimum is 0.public VideoGetCommentsQueryWithExtended ownerId(java.lang.Integer value)
value
- value of "owner id" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected VideoGetCommentsQueryWithExtended videoId(int value)
value
- value of "video id" parameter. Minimum is 0.AbstractQueryBuilder
object to fulfill the "Builder" pattern.public VideoGetCommentsQueryWithExtended needLikes(java.lang.Boolean value)
value
- value of "need likes" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.public VideoGetCommentsQueryWithExtended startCommentId(java.lang.Integer value)
value
- value of "start comment id" parameter. Minimum is 0.AbstractQueryBuilder
object to fulfill the "Builder" pattern.public VideoGetCommentsQueryWithExtended offset(java.lang.Integer value)
value
- value of "offset" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.public VideoGetCommentsQueryWithExtended 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.public VideoGetCommentsQueryWithExtended sort(VideoGetCommentsSort value)
value
- value of "sort" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected VideoGetCommentsQueryWithExtended extended(java.lang.Boolean value)
value
- value of "extended" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.public VideoGetCommentsQueryWithExtended fields(EnumParam... value)
value
- value of "fields" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected VideoGetCommentsQueryWithExtended getThis()
AbstractQueryBuilder
getThis
in class AbstractQueryBuilder<VideoGetCommentsQueryWithExtended,GetCommentsExtendedResponse>
AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilder
essentialKeys
in class AbstractQueryBuilder<VideoGetCommentsQueryWithExtended,GetCommentsExtendedResponse>