public class PhotosGetOwnerCoverPhotoUploadServerQuery extends AbstractQueryBuilder<PhotosGetOwnerCoverPhotoUploadServerQuery,GetOwnerCoverPhotoUploadServerResponse>
Constructor and Description |
---|
PhotosGetOwnerCoverPhotoUploadServerQuery(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
PhotosGetOwnerCoverPhotoUploadServerQuery(VkApiClient client,
UserActor actor,
java.lang.Integer groupId)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
Modifier and Type | Method and Description |
---|---|
PhotosGetOwnerCoverPhotoUploadServerQuery |
cropX(java.lang.Integer value) |
PhotosGetOwnerCoverPhotoUploadServerQuery |
cropX2(java.lang.Integer value) |
PhotosGetOwnerCoverPhotoUploadServerQuery |
cropY(java.lang.Integer value) |
PhotosGetOwnerCoverPhotoUploadServerQuery |
cropY2(java.lang.Integer value) |
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected PhotosGetOwnerCoverPhotoUploadServerQuery |
getThis()
Get reference to this object
|
protected PhotosGetOwnerCoverPhotoUploadServerQuery |
groupId(java.lang.Integer value) |
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, lang, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version
execute, executeAsRaw, executeAsString, getClient, getGson, getResponseClass, getUrl
public PhotosGetOwnerCoverPhotoUploadServerQuery(VkApiClient client, UserActor actor, java.lang.Integer groupId)
client
- VK API clientactor
- actor with access tokenpublic PhotosGetOwnerCoverPhotoUploadServerQuery(VkApiClient client, GroupActor actor)
client
- VK API clientactor
- actor with access tokenprotected PhotosGetOwnerCoverPhotoUploadServerQuery groupId(java.lang.Integer value)
public PhotosGetOwnerCoverPhotoUploadServerQuery cropX(java.lang.Integer value)
public PhotosGetOwnerCoverPhotoUploadServerQuery cropY(java.lang.Integer value)
public PhotosGetOwnerCoverPhotoUploadServerQuery cropX2(java.lang.Integer value)
public PhotosGetOwnerCoverPhotoUploadServerQuery cropY2(java.lang.Integer value)
protected PhotosGetOwnerCoverPhotoUploadServerQuery getThis()
AbstractQueryBuilder
getThis
in class AbstractQueryBuilder<PhotosGetOwnerCoverPhotoUploadServerQuery,GetOwnerCoverPhotoUploadServerResponse>
AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilder
essentialKeys
in class AbstractQueryBuilder<PhotosGetOwnerCoverPhotoUploadServerQuery,GetOwnerCoverPhotoUploadServerResponse>