public class PhotosDeleteCommentQuery extends AbstractQueryBuilder<PhotosDeleteCommentQuery,BoolInt>
Constructor and Description |
---|
PhotosDeleteCommentQuery(VkApiClient client,
UserActor actor,
int commentId)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
Modifier and Type | Method and Description |
---|---|
protected PhotosDeleteCommentQuery |
commentId(int value)
Comment ID.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected PhotosDeleteCommentQuery |
getThis()
Get reference to this object
|
PhotosDeleteCommentQuery |
ownerId(java.lang.Integer value)
ID of the user or community that owns the photo.
|
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, lang, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version
execute, executeAsRaw, executeAsString, getClient, getGson, getResponseClass, getUrl
public PhotosDeleteCommentQuery(VkApiClient client, UserActor actor, int commentId)
client
- VK API clientactor
- actor with access tokencommentId
- value of "comment id" parameter.public PhotosDeleteCommentQuery ownerId(java.lang.Integer value)
value
- value of "owner id" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected PhotosDeleteCommentQuery commentId(int value)
value
- value of "comment id" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected PhotosDeleteCommentQuery getThis()
AbstractQueryBuilder
getThis
in class AbstractQueryBuilder<PhotosDeleteCommentQuery,BoolInt>
AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilder
essentialKeys
in class AbstractQueryBuilder<PhotosDeleteCommentQuery,BoolInt>