public class NewsfeedGetBannedQueryWithExtended extends AbstractQueryBuilder<NewsfeedGetBannedQueryWithExtended,GetBannedExtendedResponse>
| Constructor and Description |
|---|
NewsfeedGetBannedQueryWithExtended(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
|
protected NewsfeedGetBannedQueryWithExtended |
extended(java.lang.Boolean value)
'1' - return extra information about users and communities
|
NewsfeedGetBannedQueryWithExtended |
fields(Fields... value)
fields
Profile fields to return.
|
NewsfeedGetBannedQueryWithExtended |
fields(java.util.List<Fields> value)
Profile fields to return.
|
protected NewsfeedGetBannedQueryWithExtended |
getThis()
Get reference to this object
|
NewsfeedGetBannedQueryWithExtended |
nameCase(NameCase value)
Case for declension of user name and surname: 'nom' - nominative (default), 'gen' - genitive , 'dat' - dative, 'acc' - accusative , 'ins' - instrumental , 'abl' - prepositional
|
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 NewsfeedGetBannedQueryWithExtended(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenprotected NewsfeedGetBannedQueryWithExtended extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public NewsfeedGetBannedQueryWithExtended nameCase(NameCase value)
value - value of "name case" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public NewsfeedGetBannedQueryWithExtended fields(Fields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public NewsfeedGetBannedQueryWithExtended fields(java.util.List<Fields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected NewsfeedGetBannedQueryWithExtended getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<NewsfeedGetBannedQueryWithExtended,GetBannedExtendedResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<NewsfeedGetBannedQueryWithExtended,GetBannedExtendedResponse>