public class ExecuteCodeQuery extends AbstractQueryBuilder<ExecuteCodeQuery,com.google.gson.JsonElement>
| Constructor and Description |
|---|
ExecuteCodeQuery(VkApiClient client,
GroupActor actor,
java.lang.String code)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
ExecuteCodeQuery(VkApiClient client,
UserActor actor,
java.lang.String code)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected ExecuteCodeQuery |
code(java.lang.String value)
Code
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected ExecuteCodeQuery |
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 ExecuteCodeQuery(VkApiClient client, UserActor actor, java.lang.String code)
client - VK API clientactor - actor with access tokencode - value of "code" parameterpublic ExecuteCodeQuery(VkApiClient client, GroupActor actor, java.lang.String code)
client - VK API clientactor - actor with access tokencode - value of "code" parameterprotected ExecuteCodeQuery code(java.lang.String value)
value - value of "code" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected ExecuteCodeQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<ExecuteCodeQuery,com.google.gson.JsonElement>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<ExecuteCodeQuery,com.google.gson.JsonElement>