public class LikesGetListQueryWithExtended extends AbstractQueryBuilder<LikesGetListQueryWithExtended,GetListExtendedResponse>
| Constructor and Description |
|---|
LikesGetListQueryWithExtended(VkApiClient client,
ServiceActor actor,
Type type)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
LikesGetListQueryWithExtended(VkApiClient client,
UserActor actor,
Type type)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
LikesGetListQueryWithExtended |
count(java.lang.Integer value)
Number of user IDs to return (maximum '1000').
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected LikesGetListQueryWithExtended |
extended(java.lang.Boolean value)
Specifies whether extended information will be returned. '1' - to return extended information about users and communities from the 'Likes' list, '0' - to return no additional information (default)
|
LikesGetListQueryWithExtended |
fields(java.util.List<java.lang.String> value)
Set fields
|
LikesGetListQueryWithExtended |
fields(java.lang.String... value)
fields
Set fields
|
LikesGetListQueryWithExtended |
filter(GetListFilter value)
Filters to apply: 'likes' - returns information about all users who liked the object (default), 'copies' - returns information only about users who told their friends about the object
|
LikesGetListQueryWithExtended |
friendsOnly(GetListFriendsOnly value)
Specifies which users are returned: '1' - to return only the current user's friends, '0' - to return all users (default)
|
protected LikesGetListQueryWithExtended |
getThis()
Get reference to this object
|
LikesGetListQueryWithExtended |
itemId(java.lang.Integer value)
Object ID.
|
LikesGetListQueryWithExtended |
offset(java.lang.Integer value)
Offset needed to select a specific subset of users.
|
LikesGetListQueryWithExtended |
ownerId(java.lang.Long value)
ID of the user, community, or application that owns the object.
|
LikesGetListQueryWithExtended |
pageUrl(java.lang.String value)
URL of the page where the [vk.com/dev/Like|Like widget] is installed.
|
LikesGetListQueryWithExtended |
skipOwn(java.lang.Boolean value)
Set skip own
|
LikesGetListQueryWithExtended |
type(Type value)
, Object type: 'post' - post on user or community wall, 'comment' - comment on a wall post, 'photo' - photo, 'audio' - audio, 'video' - video, 'story' - story, 'note' - note, 'photo_comment' - comment on the photo, 'video_comment' - comment on the video, 'topic_comment' - comment in the discussion, 'sitepage' - page of the site where the [vk.com/dev/Like|Like widget] is installed
|
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 LikesGetListQueryWithExtended(VkApiClient client, UserActor actor, Type type)
client - VK API clientactor - actor with access tokentype - value of "type" parameter.public LikesGetListQueryWithExtended(VkApiClient client, ServiceActor actor, Type type)
client - VK API clientactor - actor with access tokentype - value of "type" parameter.public LikesGetListQueryWithExtended type(Type value)
value - value of "type" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public LikesGetListQueryWithExtended ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public LikesGetListQueryWithExtended itemId(java.lang.Integer value)
value - value of "item id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public LikesGetListQueryWithExtended pageUrl(java.lang.String value)
value - value of "page url" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public LikesGetListQueryWithExtended filter(GetListFilter value)
value - value of "filter" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public LikesGetListQueryWithExtended friendsOnly(GetListFriendsOnly value)
value - value of "friends only" parameter. By default 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected LikesGetListQueryWithExtended extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public LikesGetListQueryWithExtended offset(java.lang.Integer value)
value - value of "offset" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public LikesGetListQueryWithExtended count(java.lang.Integer value)
value - value of "count" parameter. Maximum is 1000. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public LikesGetListQueryWithExtended skipOwn(java.lang.Boolean value)
value - value of "skip own" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public LikesGetListQueryWithExtended fields(java.lang.String... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public LikesGetListQueryWithExtended fields(java.util.List<java.lang.String> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected LikesGetListQueryWithExtended getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<LikesGetListQueryWithExtended,GetListExtendedResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<LikesGetListQueryWithExtended,GetListExtendedResponse>