public class MarketDeleteQuery extends AbstractQueryBuilder<MarketDeleteQuery,OkResponse>
Constructor and Description |
---|
MarketDeleteQuery(VkApiClient client,
UserActor actor,
int ownerId,
int itemId)
Creates a AbstractQueryBuilder instance that can be used to build 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 MarketDeleteQuery |
getThis()
Get reference to this object
|
protected MarketDeleteQuery |
itemId(int value)
Item id
|
protected MarketDeleteQuery |
ownerId(int value)
Identifier of an item owner community
Note that community id in the 'owner_id' parameter should be negative number.
|
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 MarketDeleteQuery(VkApiClient client, UserActor actor, int ownerId, int itemId)
client
- VK API clientactor
- actor with access tokenownerId
- value of "owner id" parameter.itemId
- value of "item id" parameter. Minimum is 0.protected MarketDeleteQuery ownerId(int value)
value
- value of "owner id" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected MarketDeleteQuery itemId(int value)
value
- value of "item id" parameter. Minimum is 0.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected MarketDeleteQuery getThis()
AbstractQueryBuilder
getThis
in class AbstractQueryBuilder<MarketDeleteQuery,OkResponse>
AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilder
essentialKeys
in class AbstractQueryBuilder<MarketDeleteQuery,OkResponse>