public class GroupsGetByIdQueryWithObject extends AbstractQueryBuilder<GroupsGetByIdQueryWithObject,GetByIdObjectResponse>
| Constructor and Description |
|---|
GroupsGetByIdQueryWithObject(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
GroupsGetByIdQueryWithObject(VkApiClient client,
ServiceActor actor)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
GroupsGetByIdQueryWithObject(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user 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
|
GroupsGetByIdQueryWithObject |
fields(Fields... value)
fields
Group fields to return.
|
GroupsGetByIdQueryWithObject |
fields(java.util.List<Fields> value)
Group fields to return.
|
protected GroupsGetByIdQueryWithObject |
getThis()
Get reference to this object
|
GroupsGetByIdQueryWithObject |
groupId(java.lang.String value)
ID or screen name of the community.
|
GroupsGetByIdQueryWithObject |
groupIds(java.util.List<java.lang.String> value)
IDs or screen names of communities.
|
GroupsGetByIdQueryWithObject |
groupIds(java.lang.String... value)
groupIds
IDs or screen names of communities.
|
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 GroupsGetByIdQueryWithObject(VkApiClient client, GroupActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsGetByIdQueryWithObject(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsGetByIdQueryWithObject(VkApiClient client, ServiceActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsGetByIdQueryWithObject groupId(java.lang.String value)
value - value of "group id" parameter. Entity - groupsAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetByIdQueryWithObject groupIds(java.lang.String... value)
value - value of "group ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetByIdQueryWithObject groupIds(java.util.List<java.lang.String> value)
value - value of "group ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetByIdQueryWithObject fields(Fields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetByIdQueryWithObject fields(java.util.List<Fields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsGetByIdQueryWithObject getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<GroupsGetByIdQueryWithObject,GetByIdObjectResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<GroupsGetByIdQueryWithObject,GetByIdObjectResponse>