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