public class PhotosReportCommentQuery extends AbstractQueryBuilder<PhotosReportCommentQuery,OkResponse>
| Constructor and Description |
|---|
PhotosReportCommentQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PhotosReportCommentQuery(VkApiClient client,
UserActor actor,
java.lang.Long ownerId,
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 |
|---|---|
PhotosReportCommentQuery |
commentId(java.lang.Integer value)
ID of the comment being reported.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected PhotosReportCommentQuery |
getThis()
Get reference to this object
|
PhotosReportCommentQuery |
ownerId(java.lang.Long value)
ID of the user or community that owns the photo.
|
PhotosReportCommentQuery |
reason(ReportCommentReason value)
Reason for the complaint: '0' - spam, '1' - child pornography, '2' - extremism, '3' - violence, '4' - drug propaganda, '5' - adult material, '6' - insult, abuse
|
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 PhotosReportCommentQuery(VkApiClient client, UserActor actor, java.lang.Long ownerId, java.lang.Integer commentId)
client - VK API clientactor - actor with access tokenownerId - value of "owner id" parameter. Entity - ownercommentId - value of "comment id" parameter. Minimum is 0.public PhotosReportCommentQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosReportCommentQuery ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosReportCommentQuery commentId(java.lang.Integer value)
value - value of "comment id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosReportCommentQuery reason(ReportCommentReason value)
value - value of "reason" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosReportCommentQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PhotosReportCommentQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PhotosReportCommentQuery,OkResponse>