Package com.vk.api.sdk.queries.upload
Class UploadPhotoOwnerQuery
- java.lang.Object
-
- com.vk.api.sdk.client.ApiRequest<R>
-
- com.vk.api.sdk.queries.upload.UploadQueryBuilder<UploadPhotoOwnerQuery,OwnerUploadResponse>
-
- com.vk.api.sdk.queries.upload.UploadPhotoOwnerQuery
-
public class UploadPhotoOwnerQuery extends UploadQueryBuilder<UploadPhotoOwnerQuery,OwnerUploadResponse>
Created by tsivarev on 22.07.16.
-
-
Constructor Summary
Constructors Constructor Description UploadPhotoOwnerQuery(VkApiClient client, java.lang.String uploadUrl, java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UploadPhotoOwnerQuerygetThis()-
Methods inherited from class com.vk.api.sdk.queries.upload.UploadQueryBuilder
execute, executeAsString, file, getBody
-
Methods inherited from class com.vk.api.sdk.client.ApiRequest
executeAsRaw, getClient, getGson, getHeaders, getResponseClass, getUrl, setHeaders
-
-
-
-
Constructor Detail
-
UploadPhotoOwnerQuery
public UploadPhotoOwnerQuery(VkApiClient client, java.lang.String uploadUrl, java.io.File file)
-
-
Method Detail
-
getThis
protected UploadPhotoOwnerQuery getThis()
- Specified by:
getThisin classUploadQueryBuilder<UploadPhotoOwnerQuery,OwnerUploadResponse>
-
-