public class AdsGetMusiciansQuery extends AbstractQueryBuilder<AdsGetMusiciansQuery,GetMusiciansResponse>
| Constructor and Description |
|---|
AdsGetMusiciansQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
AdsGetMusiciansQuery(VkApiClient client,
UserActor actor,
java.lang.String artistName)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
AdsGetMusiciansQuery |
artistName(java.lang.String value)
Set artist name
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected AdsGetMusiciansQuery |
getThis()
Get reference to this object
|
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 AdsGetMusiciansQuery(VkApiClient client, UserActor actor, java.lang.String artistName)
client - VK API clientactor - actor with access tokenartistName - value of "artist name" parameter.public AdsGetMusiciansQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic AdsGetMusiciansQuery artistName(java.lang.String value)
value - value of "artist name" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AdsGetMusiciansQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AdsGetMusiciansQuery,GetMusiciansResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AdsGetMusiciansQuery,GetMusiciansResponse>