public class MessagesGetConversationsByIdQueryWithExtended extends AbstractQueryBuilder<MessagesGetConversationsByIdQueryWithExtended,GetConversationsByIdExtendedResponse>
| Constructor and Description |
|---|
MessagesGetConversationsByIdQueryWithExtended(VkApiClient client,
GroupActor actor,
java.util.List<java.lang.Long> peerIds)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
MessagesGetConversationsByIdQueryWithExtended(VkApiClient client,
GroupActor actor,
java.lang.Long... peerIds)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
MessagesGetConversationsByIdQueryWithExtended(VkApiClient client,
UserActor actor,
java.util.List<java.lang.Long> peerIds)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
MessagesGetConversationsByIdQueryWithExtended(VkApiClient client,
UserActor actor,
java.lang.Long... peerIds)
Creates a AbstractQueryBuilder instance that can be used to build user 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 MessagesGetConversationsByIdQueryWithExtended |
extended(java.lang.Boolean value)
Return extended properties
|
MessagesGetConversationsByIdQueryWithExtended |
fields(java.util.List<UserGroupFields> value)
Profile and communities fields to return.
|
MessagesGetConversationsByIdQueryWithExtended |
fields(UserGroupFields... value)
fields
Profile and communities fields to return.
|
protected MessagesGetConversationsByIdQueryWithExtended |
getThis()
Get reference to this object
|
MessagesGetConversationsByIdQueryWithExtended |
groupId(java.lang.Long value)
Group ID (for group messages with group access token)
|
MessagesGetConversationsByIdQueryWithExtended |
peerIds(java.util.List<java.lang.Long> value)
Destination IDs.
|
MessagesGetConversationsByIdQueryWithExtended |
peerIds(java.lang.Long... value)
peerIds
Destination IDs.
|
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 MessagesGetConversationsByIdQueryWithExtended(VkApiClient client, GroupActor actor, java.lang.Long... peerIds)
client - VK API clientactor - actor with access tokenpeerIds - value of "peer ids" parameter.public MessagesGetConversationsByIdQueryWithExtended(VkApiClient client, GroupActor actor, java.util.List<java.lang.Long> peerIds)
client - VK API clientactor - actor with access tokenpeerIds - value of "peer ids" parameter.public MessagesGetConversationsByIdQueryWithExtended(VkApiClient client, UserActor actor, java.lang.Long... peerIds)
client - VK API clientactor - actor with access tokenpeerIds - value of "peer ids" parameter.public MessagesGetConversationsByIdQueryWithExtended(VkApiClient client, UserActor actor, java.util.List<java.lang.Long> peerIds)
client - VK API clientactor - actor with access tokenpeerIds - value of "peer ids" parameter.protected MessagesGetConversationsByIdQueryWithExtended extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public MessagesGetConversationsByIdQueryWithExtended groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 0. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public MessagesGetConversationsByIdQueryWithExtended peerIds(java.lang.Long... value)
value - value of "peer ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public MessagesGetConversationsByIdQueryWithExtended peerIds(java.util.List<java.lang.Long> value)
value - value of "peer ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public MessagesGetConversationsByIdQueryWithExtended fields(UserGroupFields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public MessagesGetConversationsByIdQueryWithExtended fields(java.util.List<UserGroupFields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected MessagesGetConversationsByIdQueryWithExtended getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<MessagesGetConversationsByIdQueryWithExtended,GetConversationsByIdExtendedResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<MessagesGetConversationsByIdQueryWithExtended,GetConversationsByIdExtendedResponse>