public class PhotosDeleteCommentQuery extends AbstractQueryBuilder<PhotosDeleteCommentQuery,BoolResponse>
| Constructor and Description |
|---|
PhotosDeleteCommentQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PhotosDeleteCommentQuery(VkApiClient client,
UserActor actor,
java.lang.Integer commentId)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
PhotosDeleteCommentQuery |
commentId(java.lang.Integer 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.Long value)
ID of the user or community that owns the photo.
|
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 PhotosDeleteCommentQuery(VkApiClient client, UserActor actor, java.lang.Integer commentId)
client - VK API clientactor - actor with access tokencommentId - value of "comment id" parameter.public PhotosDeleteCommentQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosDeleteCommentQuery ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosDeleteCommentQuery commentId(java.lang.Integer value)
value - value of "comment id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosDeleteCommentQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PhotosDeleteCommentQuery,BoolResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PhotosDeleteCommentQuery,BoolResponse>