public class PollsSavePhotoQuery extends AbstractQueryBuilder<PollsSavePhotoQuery,SavePhotoResponse>
| Constructor and Description |
|---|
PollsSavePhotoQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PollsSavePhotoQuery(VkApiClient client,
UserActor actor,
java.lang.String photo,
java.lang.String hash)
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 PollsSavePhotoQuery |
getThis()
Get reference to this object
|
PollsSavePhotoQuery |
hash(java.lang.String value)
Set hash
|
PollsSavePhotoQuery |
photo(java.lang.String value)
Set photo
|
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 PollsSavePhotoQuery(VkApiClient client, UserActor actor, java.lang.String photo, java.lang.String hash)
client - VK API clientactor - actor with access tokenphoto - value of "photo" parameter.hash - value of "hash" parameter.public PollsSavePhotoQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PollsSavePhotoQuery photo(java.lang.String value)
value - value of "photo" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PollsSavePhotoQuery hash(java.lang.String value)
value - value of "hash" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PollsSavePhotoQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PollsSavePhotoQuery,SavePhotoResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PollsSavePhotoQuery,SavePhotoResponse>