public class PollsDeleteVoteQuery extends AbstractQueryBuilder<PollsDeleteVoteQuery,BoolResponse>
| Constructor and Description |
|---|
PollsDeleteVoteQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PollsDeleteVoteQuery(VkApiClient client,
UserActor actor,
java.lang.Integer pollId)
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 PollsDeleteVoteQuery |
getThis()
Get reference to this object
|
PollsDeleteVoteQuery |
isBoard(java.lang.Boolean value)
Set is board
|
PollsDeleteVoteQuery |
ownerId(java.lang.Long value)
ID of the user or community that owns the poll.
|
PollsDeleteVoteQuery |
pollId(java.lang.Integer value)
Poll 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 PollsDeleteVoteQuery(VkApiClient client, UserActor actor, java.lang.Integer pollId)
client - VK API clientactor - actor with access tokenpollId - value of "poll id" parameter. Minimum is 0.public PollsDeleteVoteQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PollsDeleteVoteQuery ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PollsDeleteVoteQuery pollId(java.lang.Integer value)
value - value of "poll id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PollsDeleteVoteQuery isBoard(java.lang.Boolean value)
value - value of "is board" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PollsDeleteVoteQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PollsDeleteVoteQuery,BoolResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PollsDeleteVoteQuery,BoolResponse>