public class AdsUpdateOfficeUsersQuery extends AbstractQueryBuilder<AdsUpdateOfficeUsersQuery,java.util.List<UpdateOfficeUsersResponse>>
| Constructor and Description |
|---|
AdsUpdateOfficeUsersQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
AdsUpdateOfficeUsersQuery(VkApiClient client,
UserActor actor,
java.lang.Integer accountId,
java.util.List<UserSpecification> data)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
AdsUpdateOfficeUsersQuery(VkApiClient client,
UserActor actor,
java.lang.Integer accountId,
UserSpecification... data)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
AdsUpdateOfficeUsersQuery |
accountId(java.lang.Integer value)
Advertising account ID.
|
AdsUpdateOfficeUsersQuery |
data(java.util.List<UserSpecification> value)
Serialized JSON array of objects that describe added managers.
|
AdsUpdateOfficeUsersQuery |
data(UserSpecification... value)
data
Serialized JSON array of objects that describe added managers.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected AdsUpdateOfficeUsersQuery |
getThis()
Get reference to this object
|
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 AdsUpdateOfficeUsersQuery(VkApiClient client, UserActor actor, java.lang.Integer accountId, UserSpecification... data)
client - VK API clientactor - actor with access tokenaccountId - value of "account id" parameter. Minimum is 0.data - value of "data" parameter.public AdsUpdateOfficeUsersQuery(VkApiClient client, UserActor actor, java.lang.Integer accountId, java.util.List<UserSpecification> data)
client - VK API clientactor - actor with access tokenaccountId - value of "account id" parameter. Minimum is 0.data - value of "data" parameter.public AdsUpdateOfficeUsersQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic AdsUpdateOfficeUsersQuery accountId(java.lang.Integer value)
value - value of "account id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsUpdateOfficeUsersQuery data(UserSpecification... value)
value - value of "data" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsUpdateOfficeUsersQuery data(java.util.List<UserSpecification> value)
value - value of "data" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AdsUpdateOfficeUsersQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AdsUpdateOfficeUsersQuery,java.util.List<UpdateOfficeUsersResponse>>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AdsUpdateOfficeUsersQuery,java.util.List<UpdateOfficeUsersResponse>>