public class PhotosCopyQuery extends AbstractQueryBuilder<PhotosCopyQuery,java.lang.Integer>
| Constructor and Description |
|---|
PhotosCopyQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PhotosCopyQuery(VkApiClient client,
UserActor actor,
java.lang.Long ownerId,
java.lang.Integer photoId)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
PhotosCopyQuery |
accessKey(java.lang.String value)
For private photos
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected PhotosCopyQuery |
getThis()
Get reference to this object
|
PhotosCopyQuery |
ownerId(java.lang.Long value)
Photo's owner ID
|
PhotosCopyQuery |
photoId(java.lang.Integer value)
Photo ID
|
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 PhotosCopyQuery(VkApiClient client, UserActor actor, java.lang.Long ownerId, java.lang.Integer photoId)
client - VK API clientactor - actor with access tokenownerId - value of "owner id" parameter. Entity - ownerphotoId - value of "photo id" parameter. Minimum is 0.public PhotosCopyQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosCopyQuery ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosCopyQuery photoId(java.lang.Integer value)
value - value of "photo id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosCopyQuery accessKey(java.lang.String value)
value - value of "access key" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosCopyQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PhotosCopyQuery,java.lang.Integer>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PhotosCopyQuery,java.lang.Integer>