public class PhotosGetCommentsQueryWithExtended extends AbstractQueryBuilder<PhotosGetCommentsQueryWithExtended,GetCommentsExtendedResponse>
| Constructor and Description |
|---|
PhotosGetCommentsQueryWithExtended(VkApiClient client,
UserActor actor,
java.lang.Integer photoId)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
PhotosGetCommentsQueryWithExtended |
accessKey(java.lang.String value)
Set access key
|
PhotosGetCommentsQueryWithExtended |
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 PhotosGetCommentsQueryWithExtended |
extended(java.lang.Boolean value)
Set extended
|
PhotosGetCommentsQueryWithExtended |
fields(Fields... value)
fields
Set fields
|
PhotosGetCommentsQueryWithExtended |
fields(java.util.List<Fields> value)
Set fields
|
protected PhotosGetCommentsQueryWithExtended |
getThis()
Get reference to this object
|
PhotosGetCommentsQueryWithExtended |
needLikes(java.lang.Boolean value)
'1' - to return an additional 'likes' field, '0' - (default)
|
PhotosGetCommentsQueryWithExtended |
offset(java.lang.Integer value)
Offset needed to return a specific subset of comments.
|
PhotosGetCommentsQueryWithExtended |
ownerId(java.lang.Long value)
ID of the user or community that owns the photo.
|
PhotosGetCommentsQueryWithExtended |
photoId(java.lang.Integer value)
Photo ID.
|
PhotosGetCommentsQueryWithExtended |
sort(GetCommentsSort value)
Sort order: 'asc' - old first, 'desc' - new first
|
PhotosGetCommentsQueryWithExtended |
startCommentId(java.lang.Integer value)
Set start comment 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 PhotosGetCommentsQueryWithExtended(VkApiClient client, UserActor actor, java.lang.Integer photoId)
client - VK API clientactor - actor with access tokenphotoId - value of "photo id" parameter.public PhotosGetCommentsQueryWithExtended ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetCommentsQueryWithExtended photoId(java.lang.Integer value)
value - value of "photo id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetCommentsQueryWithExtended needLikes(java.lang.Boolean value)
value - value of "need likes" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetCommentsQueryWithExtended startCommentId(java.lang.Integer value)
value - value of "start comment id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetCommentsQueryWithExtended offset(java.lang.Integer value)
value - value of "offset" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetCommentsQueryWithExtended 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 PhotosGetCommentsQueryWithExtended sort(GetCommentsSort value)
value - value of "sort" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetCommentsQueryWithExtended accessKey(java.lang.String value)
value - value of "access key" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosGetCommentsQueryWithExtended extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetCommentsQueryWithExtended fields(Fields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetCommentsQueryWithExtended fields(java.util.List<Fields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosGetCommentsQueryWithExtended getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PhotosGetCommentsQueryWithExtended,GetCommentsExtendedResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PhotosGetCommentsQueryWithExtended,GetCommentsExtendedResponse>