public class VideoUnpinCommentQuery extends AbstractQueryBuilder<VideoUnpinCommentQuery,OkResponse>
| Constructor and Description |
|---|
VideoUnpinCommentQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
VideoUnpinCommentQuery(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 |
|---|---|
VideoUnpinCommentQuery |
commentId(java.lang.Integer value)
Set comment id
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected VideoUnpinCommentQuery |
getThis()
Get reference to this object
|
VideoUnpinCommentQuery |
ownerId(java.lang.Long value)
ID of the user or community that owns the video.
|
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 VideoUnpinCommentQuery(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 1.public VideoUnpinCommentQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic VideoUnpinCommentQuery ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoUnpinCommentQuery commentId(java.lang.Integer value)
value - value of "comment id" parameter. Minimum is 1.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected VideoUnpinCommentQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<VideoUnpinCommentQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<VideoUnpinCommentQuery,OkResponse>