public class NotesGetCommentsQuery extends AbstractQueryBuilder<NotesGetCommentsQuery,GetCommentsResponse>
| Constructor and Description |
|---|
NotesGetCommentsQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
NotesGetCommentsQuery(VkApiClient client,
UserActor actor,
java.lang.Integer noteId)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
NotesGetCommentsQuery |
count(java.lang.Integer value)
Number of comments to return.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected NotesGetCommentsQuery |
getThis()
Get reference to this object
|
NotesGetCommentsQuery |
noteId(java.lang.Integer value)
Note ID.
|
NotesGetCommentsQuery |
offset(java.lang.Integer value)
Set offset
|
NotesGetCommentsQuery |
ownerId(java.lang.Long value)
Note owner ID.
|
NotesGetCommentsQuery |
sort(GetCommentsSort value)
Set sort
|
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 NotesGetCommentsQuery(VkApiClient client, UserActor actor, java.lang.Integer noteId)
client - VK API clientactor - actor with access tokennoteId - value of "note id" parameter. Minimum is 0.public NotesGetCommentsQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic NotesGetCommentsQuery noteId(java.lang.Integer value)
value - value of "note id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public NotesGetCommentsQuery ownerId(java.lang.Long value)
value - value of "owner id" parameter. Minimum is 0. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public NotesGetCommentsQuery sort(GetCommentsSort value)
value - value of "sort" parameter. Minimum is 0. By default 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public NotesGetCommentsQuery offset(java.lang.Integer value)
value - value of "offset" parameter. Minimum is 0. By default 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public NotesGetCommentsQuery count(java.lang.Integer value)
value - value of "count" parameter. Maximum is 100. Minimum is 0. By default 20.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected NotesGetCommentsQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<NotesGetCommentsQuery,GetCommentsResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<NotesGetCommentsQuery,GetCommentsResponse>