public class FaveSetTagsQuery extends AbstractQueryBuilder<FaveSetTagsQuery,OkResponse>
| Constructor and Description |
|---|
FaveSetTagsQuery(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 |
|---|---|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected FaveSetTagsQuery |
getThis()
Get reference to this object
|
FaveSetTagsQuery |
itemId(java.lang.Integer value)
Set item id
|
FaveSetTagsQuery |
itemOwnerId(java.lang.Long value)
Set item owner id
|
FaveSetTagsQuery |
itemType(SetTagsItemType value)
Set item type
|
FaveSetTagsQuery |
linkId(java.lang.String value)
Set link id
|
FaveSetTagsQuery |
linkUrl(java.lang.String value)
Set link url
|
FaveSetTagsQuery |
tagIds(java.lang.Integer... value)
tagIds
Set tag ids
|
FaveSetTagsQuery |
tagIds(java.util.List<java.lang.Integer> value)
Set tag ids
|
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 FaveSetTagsQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic FaveSetTagsQuery itemType(SetTagsItemType value)
value - value of "item type" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public FaveSetTagsQuery itemOwnerId(java.lang.Long value)
value - value of "item owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public FaveSetTagsQuery itemId(java.lang.Integer value)
value - value of "item id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public FaveSetTagsQuery linkId(java.lang.String value)
value - value of "link id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public FaveSetTagsQuery linkUrl(java.lang.String value)
value - value of "link url" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public FaveSetTagsQuery tagIds(java.lang.Integer... value)
value - value of "tag ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public FaveSetTagsQuery tagIds(java.util.List<java.lang.Integer> value)
value - value of "tag ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected FaveSetTagsQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<FaveSetTagsQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<FaveSetTagsQuery,OkResponse>