public class AdsDeleteClientsQuery extends AbstractQueryBuilder<AdsDeleteClientsQuery,java.lang.Integer>
Constructor and Description |
---|
AdsDeleteClientsQuery(VkApiClient client,
UserActor actor,
int accountId,
java.lang.String ids)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
Modifier and Type | Method and Description |
---|---|
protected AdsDeleteClientsQuery |
accountId(int value)
Advertising account ID.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected AdsDeleteClientsQuery |
getThis()
Get reference to this object
|
protected AdsDeleteClientsQuery |
ids(java.lang.String value)
Serialized JSON array with IDs of deleted clients.
|
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 AdsDeleteClientsQuery(VkApiClient client, UserActor actor, int accountId, java.lang.String ids)
client
- VK API clientactor
- actor with access tokenaccountId
- value of "account id" parameter.ids
- value of "ids" parameter.protected AdsDeleteClientsQuery accountId(int value)
value
- value of "account id" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected AdsDeleteClientsQuery ids(java.lang.String value)
value
- value of "ids" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected AdsDeleteClientsQuery getThis()
AbstractQueryBuilder
getThis
in class AbstractQueryBuilder<AdsDeleteClientsQuery,java.lang.Integer>
AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilder
essentialKeys
in class AbstractQueryBuilder<AdsDeleteClientsQuery,java.lang.Integer>