Package com.vk.api.sdk.queries.newsfeed
Class NewsfeedGetBannedQueryWithExtended
- java.lang.Object
-
- com.vk.api.sdk.client.ApiRequest<R>
-
- com.vk.api.sdk.client.AbstractQueryBuilder<NewsfeedGetBannedQueryWithExtended,GetBannedExtendedResponse>
-
- com.vk.api.sdk.queries.newsfeed.NewsfeedGetBannedQueryWithExtended
-
public class NewsfeedGetBannedQueryWithExtended extends AbstractQueryBuilder<NewsfeedGetBannedQueryWithExtended,GetBannedExtendedResponse>
Query for Newsfeed.getBanned method
-
-
Constructor Summary
Constructors Constructor Description NewsfeedGetBannedQueryWithExtended(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 NewsfeedGetBannedQueryWithExtendedextended(java.lang.Boolean value)'1' — return extra information about users and communitiesNewsfeedGetBannedQueryWithExtendedfields(Fields... value)fields Profile fields to return.NewsfeedGetBannedQueryWithExtendedfields(java.util.List<Fields> value)Profile fields to return.protected NewsfeedGetBannedQueryWithExtendedgetThis()Get reference to this objectNewsfeedGetBannedQueryWithExtendednameCase(GetBannedNameCase value)Case for declension of user name and surname: 'nom' — nominative (default), 'gen' — genitive , 'dat' — dative, 'acc' — accusative , 'ins' — instrumental , 'abl' — prepositional-
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
-
NewsfeedGetBannedQueryWithExtended
public NewsfeedGetBannedQueryWithExtended(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 NewsfeedGetBannedQueryWithExtended extended(java.lang.Boolean value)
'1' — return extra information about users and communities- Parameters:
value- value of "extended" parameter.- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
nameCase
public NewsfeedGetBannedQueryWithExtended nameCase(GetBannedNameCase value)
Case for declension of user name and surname: 'nom' — nominative (default), 'gen' — genitive , 'dat' — dative, 'acc' — accusative , 'ins' — instrumental , 'abl' — prepositional- Parameters:
value- value of "name case" parameter.- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
fields
public NewsfeedGetBannedQueryWithExtended fields(Fields... value)
fields Profile fields to return.- Parameters:
value- value of "fields" parameter.- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
fields
public NewsfeedGetBannedQueryWithExtended fields(java.util.List<Fields> value)
Profile fields to return.- Parameters:
value- value of "fields" parameter.- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
getThis
protected NewsfeedGetBannedQueryWithExtended getThis()
Description copied from class:AbstractQueryBuilderGet reference to this object- Specified by:
getThisin classAbstractQueryBuilder<NewsfeedGetBannedQueryWithExtended,GetBannedExtendedResponse>- 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<NewsfeedGetBannedQueryWithExtended,GetBannedExtendedResponse>- Returns:
- list of names
-
-