public class PhotosGetMessagesUploadServerQuery extends AbstractQueryBuilder<PhotosGetMessagesUploadServerQuery,PhotoUpload>
Constructor and Description |
---|
PhotosGetMessagesUploadServerQuery(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
PhotosGetMessagesUploadServerQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected PhotosGetMessagesUploadServerQuery |
getThis()
Get reference to this object
|
PhotosGetMessagesUploadServerQuery |
peerId(java.lang.Integer value)
Set peer id
|
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 PhotosGetMessagesUploadServerQuery(VkApiClient client, UserActor actor)
client
- VK API clientactor
- actor with access tokenpublic PhotosGetMessagesUploadServerQuery(VkApiClient client, GroupActor actor)
client
- VK API clientactor
- actor with access tokenpublic PhotosGetMessagesUploadServerQuery peerId(java.lang.Integer value)
value
- value of "peer id" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected PhotosGetMessagesUploadServerQuery getThis()
AbstractQueryBuilder
getThis
in class AbstractQueryBuilder<PhotosGetMessagesUploadServerQuery,PhotoUpload>
AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilder
essentialKeys
in class AbstractQueryBuilder<PhotosGetMessagesUploadServerQuery,PhotoUpload>