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