public class PhotosGetAllCommentsQuery extends AbstractQueryBuilder<PhotosGetAllCommentsQuery,GetAllCommentsResponse>
| Constructor and Description |
|---|
PhotosGetAllCommentsQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
PhotosGetAllCommentsQuery |
albumId(java.lang.Integer value)
Album ID.
|
PhotosGetAllCommentsQuery |
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 PhotosGetAllCommentsQuery |
getThis()
Get reference to this object
|
PhotosGetAllCommentsQuery |
needLikes(java.lang.Boolean value)
'1' - to return an additional 'likes' field, '0' - (default)
|
PhotosGetAllCommentsQuery |
offset(java.lang.Integer value)
Offset needed to return a specific subset of comments.
|
PhotosGetAllCommentsQuery |
ownerId(java.lang.Long value)
ID of the user or community that owns the album(s).
|
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 PhotosGetAllCommentsQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosGetAllCommentsQuery ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetAllCommentsQuery albumId(java.lang.Integer value)
value - value of "album id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetAllCommentsQuery needLikes(java.lang.Boolean value)
value - value of "need likes" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetAllCommentsQuery offset(java.lang.Integer value)
value - value of "offset" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetAllCommentsQuery count(java.lang.Integer value)
value - value of "count" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosGetAllCommentsQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PhotosGetAllCommentsQuery,GetAllCommentsResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PhotosGetAllCommentsQuery,GetAllCommentsResponse>