Package com.vk.api.sdk.queries.groups
Class GroupsGetCatalogInfoQueryWithExtended
- java.lang.Object
-
- com.vk.api.sdk.client.ApiRequest<R>
-
- com.vk.api.sdk.client.AbstractQueryBuilder<GroupsGetCatalogInfoQueryWithExtended,GetCatalogInfoExtendedResponse>
-
- com.vk.api.sdk.queries.groups.GroupsGetCatalogInfoQueryWithExtended
-
public class GroupsGetCatalogInfoQueryWithExtended extends AbstractQueryBuilder<GroupsGetCatalogInfoQueryWithExtended,GetCatalogInfoExtendedResponse>
Query for Groups.getCatalogInfo method
-
-
Constructor Summary
Constructors Constructor Description GroupsGetCatalogInfoQueryWithExtended(VkApiClient client, UserActor actor)Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>essentialKeys()Get list of required parameter namesprotected GroupsGetCatalogInfoQueryWithExtendedextended(java.lang.Boolean value)1 - to return communities count and three communities for preview.protected GroupsGetCatalogInfoQueryWithExtendedgetThis()Get reference to this objectGroupsGetCatalogInfoQueryWithExtendedsubcategories(java.lang.Boolean value)1 - to return subcategories info.-
Methods inherited from class com.vk.api.sdk.client.AbstractQueryBuilder
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, getParams, lang, toString, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version
-
Methods inherited from class com.vk.api.sdk.client.ApiRequest
execute, executeAsRaw, executeAsString, getClient, getGson, getHeaders, getResponseClass, getUrl, setHeaders
-
-
-
-
Constructor Detail
-
GroupsGetCatalogInfoQueryWithExtended
public GroupsGetCatalogInfoQueryWithExtended(VkApiClient client, UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters- Parameters:
client- VK API clientactor- actor with access token
-
-
Method Detail
-
extended
protected GroupsGetCatalogInfoQueryWithExtended extended(java.lang.Boolean value)
1 - to return communities count and three communities for preview. By default: 0.- Parameters:
value- value of "extended" parameter. By default 0.- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
subcategories
public GroupsGetCatalogInfoQueryWithExtended subcategories(java.lang.Boolean value)
1 - to return subcategories info. By default: 0.- Parameters:
value- value of "subcategories" parameter. By default 0.- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
getThis
protected GroupsGetCatalogInfoQueryWithExtended getThis()
Description copied from class:AbstractQueryBuilderGet reference to this object- Specified by:
getThisin classAbstractQueryBuilder<GroupsGetCatalogInfoQueryWithExtended,GetCatalogInfoExtendedResponse>- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
essentialKeys
protected java.util.List<java.lang.String> essentialKeys()
Description copied from class:AbstractQueryBuilderGet list of required parameter names- Specified by:
essentialKeysin classAbstractQueryBuilder<GroupsGetCatalogInfoQueryWithExtended,GetCatalogInfoExtendedResponse>- Returns:
- list of names
-
-