public class PhotosSaveWallPhotoQuery extends AbstractQueryBuilder<PhotosSaveWallPhotoQuery,java.util.List<SaveWallPhotoResponse>>
| Constructor and Description |
|---|
PhotosSaveWallPhotoQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PhotosSaveWallPhotoQuery(VkApiClient client,
UserActor actor,
java.lang.String photo)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
PhotosSaveWallPhotoQuery |
caption(java.lang.String value)
Text describing the photo. 2048 digits max.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected PhotosSaveWallPhotoQuery |
getThis()
Get reference to this object
|
PhotosSaveWallPhotoQuery |
groupId(java.lang.Long value)
ID of community on whose wall the photo will be saved.
|
PhotosSaveWallPhotoQuery |
hash(java.lang.String value)
Set hash
|
PhotosSaveWallPhotoQuery |
latitude(java.lang.Number value)
Geographical latitude, in degrees (from '-90' to '90').
|
PhotosSaveWallPhotoQuery |
longitude(java.lang.Number value)
Geographical longitude, in degrees (from '-180' to '180').
|
PhotosSaveWallPhotoQuery |
photo(java.lang.String value)
Parameter returned when the the photo is [vk.com/dev/upload_files|uploaded to the server].
|
PhotosSaveWallPhotoQuery |
server(java.lang.Integer value)
Set server
|
PhotosSaveWallPhotoQuery |
userId(java.lang.Long value)
ID of the user on whose wall the photo will be saved.
|
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 PhotosSaveWallPhotoQuery(VkApiClient client, UserActor actor, java.lang.String photo)
client - VK API clientactor - actor with access tokenphoto - value of "photo" parameter.public PhotosSaveWallPhotoQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosSaveWallPhotoQuery userId(java.lang.Long value)
value - value of "user id" parameter. Minimum is 0. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosSaveWallPhotoQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 0. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosSaveWallPhotoQuery photo(java.lang.String value)
value - value of "photo" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosSaveWallPhotoQuery server(java.lang.Integer value)
value - value of "server" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosSaveWallPhotoQuery hash(java.lang.String value)
value - value of "hash" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosSaveWallPhotoQuery latitude(java.lang.Number value)
value - value of "latitude" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosSaveWallPhotoQuery longitude(java.lang.Number value)
value - value of "longitude" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosSaveWallPhotoQuery caption(java.lang.String value)
value - value of "caption" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosSaveWallPhotoQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PhotosSaveWallPhotoQuery,java.util.List<SaveWallPhotoResponse>>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PhotosSaveWallPhotoQuery,java.util.List<SaveWallPhotoResponse>>