public class PhotosGetChatUploadServerQuery extends AbstractQueryBuilder<PhotosGetChatUploadServerQuery,GetUploadServerResponse>
| Constructor and Description |
|---|
PhotosGetChatUploadServerQuery(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
PhotosGetChatUploadServerQuery(VkApiClient client,
GroupActor actor,
java.lang.Integer chatId)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
PhotosGetChatUploadServerQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PhotosGetChatUploadServerQuery(VkApiClient client,
UserActor actor,
java.lang.Integer chatId)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
PhotosGetChatUploadServerQuery |
chatId(java.lang.Integer value)
ID of the chat for which you want to upload a cover photo.
|
PhotosGetChatUploadServerQuery |
cropWidth(java.lang.Integer value)
Width (in pixels) of the photo after cropping.
|
PhotosGetChatUploadServerQuery |
cropX(java.lang.Integer value)
Set crop x
|
PhotosGetChatUploadServerQuery |
cropY(java.lang.Integer value)
Set crop y
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected PhotosGetChatUploadServerQuery |
getThis()
Get reference to this object
|
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, getParams, getQueryHeaders, lang, toString, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version, withHeader, withHeadersaddHeader, addHeaders, execute, executeAsRaw, executeAsString, executeAsStringWithReturningFullInfo, executeTypeable, executeTypeableWithoutRetry, executeWithoutRetry, getClient, getCookie, getGson, getHeaders, getResponseClass, getUrl, setCookie, setCookies, setHeaders, setHeaderspublic PhotosGetChatUploadServerQuery(VkApiClient client, GroupActor actor, java.lang.Integer chatId)
client - VK API clientactor - actor with access tokenchatId - value of "chat id" parameter. Minimum is 0.public PhotosGetChatUploadServerQuery(VkApiClient client, GroupActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosGetChatUploadServerQuery(VkApiClient client, UserActor actor, java.lang.Integer chatId)
client - VK API clientactor - actor with access tokenchatId - value of "chat id" parameter. Minimum is 0.public PhotosGetChatUploadServerQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosGetChatUploadServerQuery chatId(java.lang.Integer value)
value - value of "chat id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetChatUploadServerQuery cropX(java.lang.Integer value)
value - value of "crop x" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetChatUploadServerQuery cropY(java.lang.Integer value)
value - value of "crop y" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetChatUploadServerQuery cropWidth(java.lang.Integer value)
value - value of "crop width" parameter. Minimum is 200.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosGetChatUploadServerQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PhotosGetChatUploadServerQuery,GetUploadServerResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PhotosGetChatUploadServerQuery,GetUploadServerResponse>