public class PhotosConfirmTagQuery extends AbstractQueryBuilder<PhotosConfirmTagQuery,OkResponse>
| Constructor and Description |
|---|
PhotosConfirmTagQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PhotosConfirmTagQuery(VkApiClient client,
UserActor actor,
java.lang.String photoId,
java.lang.Integer tagId)
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 PhotosConfirmTagQuery |
getThis()
Get reference to this object
|
PhotosConfirmTagQuery |
ownerId(java.lang.Long value)
ID of the user or community that owns the photo.
|
PhotosConfirmTagQuery |
photoId(java.lang.String value)
Photo ID.
|
PhotosConfirmTagQuery |
tagId(java.lang.Integer value)
Tag 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 PhotosConfirmTagQuery(VkApiClient client, UserActor actor, java.lang.String photoId, java.lang.Integer tagId)
client - VK API clientactor - actor with access tokenphotoId - value of "photo id" parameter.tagId - value of "tag id" parameter.public PhotosConfirmTagQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosConfirmTagQuery ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosConfirmTagQuery photoId(java.lang.String value)
value - value of "photo id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosConfirmTagQuery tagId(java.lang.Integer value)
value - value of "tag id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosConfirmTagQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PhotosConfirmTagQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PhotosConfirmTagQuery,OkResponse>