public class MessagesGetChatQueryWithFields extends AbstractQueryBuilder<MessagesGetChatQueryWithFields,GetChatFieldsResponse>
| Constructor and Description |
|---|
MessagesGetChatQueryWithFields(VkApiClient client,
UserActor actor,
Fields... fields)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
MessagesGetChatQueryWithFields(VkApiClient client,
UserActor actor,
java.util.List<Fields> fields)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
MessagesGetChatQueryWithFields |
chatId(java.lang.Integer value)
Chat ID.
|
MessagesGetChatQueryWithFields |
chatIds(java.lang.Integer... value)
chatIds
Chat IDs.
|
MessagesGetChatQueryWithFields |
chatIds(java.util.List<java.lang.Integer> value)
Chat IDs.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected MessagesGetChatQueryWithFields |
fields(Fields... value)
fields
Profile fields to return.
|
protected MessagesGetChatQueryWithFields |
fields(java.util.List<Fields> value)
Profile fields to return.
|
protected MessagesGetChatQueryWithFields |
getThis()
Get reference to this object
|
MessagesGetChatQueryWithFields |
nameCase(NameCase value)
Case for declension of user name and surname: 'nom' - nominative (default), 'gen' - genitive , 'dat' - dative, 'acc' - accusative , 'ins' - instrumental , 'abl' - prepositional
|
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 MessagesGetChatQueryWithFields(VkApiClient client, UserActor actor, Fields... fields)
client - VK API clientactor - actor with access tokenpublic MessagesGetChatQueryWithFields(VkApiClient client, UserActor actor, java.util.List<Fields> fields)
client - VK API clientactor - actor with access tokenpublic MessagesGetChatQueryWithFields chatId(java.lang.Integer value)
value - value of "chat id" parameter. Maximum is 100000000. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public MessagesGetChatQueryWithFields nameCase(NameCase value)
value - value of "name case" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public MessagesGetChatQueryWithFields chatIds(java.lang.Integer... value)
value - value of "chat ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public MessagesGetChatQueryWithFields chatIds(java.util.List<java.lang.Integer> value)
value - value of "chat ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected MessagesGetChatQueryWithFields fields(Fields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected MessagesGetChatQueryWithFields fields(java.util.List<Fields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected MessagesGetChatQueryWithFields getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<MessagesGetChatQueryWithFields,GetChatFieldsResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<MessagesGetChatQueryWithFields,GetChatFieldsResponse>