public class GroupsApproveRequestQuery extends AbstractQueryBuilder<GroupsApproveRequestQuery,OkResponse>
| Constructor and Description |
|---|
GroupsApproveRequestQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
GroupsApproveRequestQuery(VkApiClient client,
UserActor actor,
java.lang.Long groupId,
java.lang.Long userId)
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 GroupsApproveRequestQuery |
getThis()
Get reference to this object
|
GroupsApproveRequestQuery |
groupId(java.lang.Long value)
Community ID.
|
GroupsApproveRequestQuery |
userId(java.lang.Long value)
User ID.
|
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 GroupsApproveRequestQuery(VkApiClient client, UserActor actor, java.lang.Long groupId, java.lang.Long userId)
client - VK API clientactor - actor with access tokengroupId - value of "group id" parameter. Minimum is 1. Entity - owneruserId - value of "user id" parameter. Minimum is 1. Entity - ownerpublic GroupsApproveRequestQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsApproveRequestQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsApproveRequestQuery userId(java.lang.Long value)
value - value of "user id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsApproveRequestQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<GroupsApproveRequestQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<GroupsApproveRequestQuery,OkResponse>