public class AppsUpdateMetaForTestingGroupQueryWithGroup extends AbstractQueryBuilder<AppsUpdateMetaForTestingGroupQueryWithGroup,CreatedGroupResponse>
| Constructor and Description |
|---|
AppsUpdateMetaForTestingGroupQueryWithGroup(VkApiClient client,
ServiceActor actor,
java.lang.String webview,
java.lang.String name,
java.util.List<java.lang.String> platforms)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
AppsUpdateMetaForTestingGroupQueryWithGroup(VkApiClient client,
ServiceActor actor,
java.lang.String webview,
java.lang.String name,
java.lang.String... platforms)
Creates a AbstractQueryBuilder instance that can be used to build service 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 AppsUpdateMetaForTestingGroupQueryWithGroup |
getThis()
Get reference to this object
|
AppsUpdateMetaForTestingGroupQueryWithGroup |
groupId(java.lang.Long value)
Set group id
|
AppsUpdateMetaForTestingGroupQueryWithGroup |
name(java.lang.String value)
Set name
|
AppsUpdateMetaForTestingGroupQueryWithGroup |
platforms(java.util.List<java.lang.String> value)
Set platforms
|
AppsUpdateMetaForTestingGroupQueryWithGroup |
platforms(java.lang.String... value)
platforms
Set platforms
|
AppsUpdateMetaForTestingGroupQueryWithGroup |
userIds(java.util.List<java.lang.Long> value)
Set user ids
|
AppsUpdateMetaForTestingGroupQueryWithGroup |
userIds(java.lang.Long... value)
userIds
Set user ids
|
AppsUpdateMetaForTestingGroupQueryWithGroup |
webview(java.lang.String value)
Set webview
|
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 AppsUpdateMetaForTestingGroupQueryWithGroup(VkApiClient client, ServiceActor actor, java.lang.String webview, java.lang.String name, java.lang.String... platforms)
client - VK API clientactor - actor with access tokenwebview - value of "webview" parameter.name - value of "name" parameter.platforms - value of "platforms" parameter.public AppsUpdateMetaForTestingGroupQueryWithGroup(VkApiClient client, ServiceActor actor, java.lang.String webview, java.lang.String name, java.util.List<java.lang.String> platforms)
client - VK API clientactor - actor with access tokenwebview - value of "webview" parameter.name - value of "name" parameter.platforms - value of "platforms" parameter.public AppsUpdateMetaForTestingGroupQueryWithGroup groupId(java.lang.Long value)
value - value of "group id" parameter. Maximum is 25. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsUpdateMetaForTestingGroupQueryWithGroup webview(java.lang.String value)
value - value of "webview" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsUpdateMetaForTestingGroupQueryWithGroup name(java.lang.String value)
value - value of "name" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsUpdateMetaForTestingGroupQueryWithGroup platforms(java.lang.String... value)
value - value of "platforms" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsUpdateMetaForTestingGroupQueryWithGroup platforms(java.util.List<java.lang.String> value)
value - value of "platforms" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsUpdateMetaForTestingGroupQueryWithGroup userIds(java.lang.Long... value)
value - value of "user ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsUpdateMetaForTestingGroupQueryWithGroup userIds(java.util.List<java.lang.Long> value)
value - value of "user ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AppsUpdateMetaForTestingGroupQueryWithGroup getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AppsUpdateMetaForTestingGroupQueryWithGroup,CreatedGroupResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AppsUpdateMetaForTestingGroupQueryWithGroup,CreatedGroupResponse>