Package com.vk.api.sdk.queries.upload
Class UploadPhotoMarketQuery
- java.lang.Object
-
- com.vk.api.sdk.client.ApiRequest<R>
-
- com.vk.api.sdk.queries.upload.UploadQueryBuilder<UploadPhotoMarketQuery,MarketUploadResponse>
-
- com.vk.api.sdk.queries.upload.UploadPhotoMarketQuery
-
public class UploadPhotoMarketQuery extends UploadQueryBuilder<UploadPhotoMarketQuery,MarketUploadResponse>
Created by tsivarev on 22.07.16.
-
-
Constructor Summary
Constructors Constructor Description UploadPhotoMarketQuery(VkApiClient client, java.lang.String uploadUrl, java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UploadPhotoMarketQuerygetThis()-
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
-
UploadPhotoMarketQuery
public UploadPhotoMarketQuery(VkApiClient client, java.lang.String uploadUrl, java.io.File file)
-
-
Method Detail
-
getThis
protected UploadPhotoMarketQuery getThis()
- Specified by:
getThisin classUploadQueryBuilder<UploadPhotoMarketQuery,MarketUploadResponse>
-
-