public class AppWidgetsUpdateQuery extends AbstractQueryBuilder<AppWidgetsUpdateQuery,OkResponse>
| Constructor and Description |
|---|
AppWidgetsUpdateQuery(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
AppWidgetsUpdateQuery(VkApiClient client,
GroupActor actor,
java.lang.String code,
UpdateType type)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
AppWidgetsUpdateQuery |
code(java.lang.String value)
Set code
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected AppWidgetsUpdateQuery |
getThis()
Get reference to this object
|
AppWidgetsUpdateQuery |
type(UpdateType value)
Set type
|
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 AppWidgetsUpdateQuery(VkApiClient client, GroupActor actor, java.lang.String code, UpdateType type)
client - VK API clientactor - actor with access tokencode - value of "code" parameter.type - value of "type" parameter.public AppWidgetsUpdateQuery(VkApiClient client, GroupActor actor)
client - VK API clientactor - actor with access tokenpublic AppWidgetsUpdateQuery code(java.lang.String value)
value - value of "code" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppWidgetsUpdateQuery type(UpdateType value)
value - value of "type" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AppWidgetsUpdateQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AppWidgetsUpdateQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AppWidgetsUpdateQuery,OkResponse>