public class VideoSaveQuery extends AbstractQueryBuilder<VideoSaveQuery,SaveResponse>
| Constructor and Description |
|---|
VideoSaveQuery(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 |
|---|---|
VideoSaveQuery |
albumId(java.lang.Integer value)
ID of the album to which the saved video will be added.
|
VideoSaveQuery |
compression(java.lang.Boolean value)
Set compression
|
VideoSaveQuery |
description(java.lang.String value)
Description of the video.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected VideoSaveQuery |
getThis()
Get reference to this object
|
VideoSaveQuery |
groupId(java.lang.Long value)
ID of the community in which the video will be saved.
|
VideoSaveQuery |
isPrivate(java.lang.Boolean value)
'1' - to designate the video as private (send it via a private message), the video will not appear on the user's video list and will not be available by ID for other users, '0' - not to designate the video as private
|
VideoSaveQuery |
link(java.lang.String value)
URL for embedding the video from an external website.
|
VideoSaveQuery |
name(java.lang.String value)
Name of the video.
|
VideoSaveQuery |
noComments(java.lang.Boolean value)
Set no comments
|
VideoSaveQuery |
ordInfo(java.lang.String value)
Set ord info
|
VideoSaveQuery |
privacyComment(java.util.List<java.lang.String> value)
Set privacy comment
|
VideoSaveQuery |
privacyComment(java.lang.String... value)
privacyComment
Set privacy comment
|
VideoSaveQuery |
privacyView(java.util.List<java.lang.String> value)
Set privacy view
|
VideoSaveQuery |
privacyView(java.lang.String... value)
privacyView
Set privacy view
|
VideoSaveQuery |
repeat(java.lang.Boolean value)
'1' - to repeat the playback of the video, '0' - to play the video once,
|
VideoSaveQuery |
wallpost(java.lang.Boolean value)
'1' - to post the saved video on a user's wall, '0' - not to post the saved video on a user's wall
|
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 VideoSaveQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic VideoSaveQuery name(java.lang.String value)
value - value of "name" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery description(java.lang.String value)
value - value of "description" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery isPrivate(java.lang.Boolean value)
value - value of "is private" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery wallpost(java.lang.Boolean value)
value - value of "wallpost" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery link(java.lang.String value)
value - value of "link" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery albumId(java.lang.Integer value)
value - value of "album id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery noComments(java.lang.Boolean value)
value - value of "no comments" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery repeat(java.lang.Boolean value)
value - value of "repeat" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery compression(java.lang.Boolean value)
value - value of "compression" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery ordInfo(java.lang.String value)
value - value of "ord info" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery privacyView(java.lang.String... value)
value - value of "privacy view" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery privacyView(java.util.List<java.lang.String> value)
value - value of "privacy view" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery privacyComment(java.lang.String... value)
value - value of "privacy comment" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoSaveQuery privacyComment(java.util.List<java.lang.String> value)
value - value of "privacy comment" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected VideoSaveQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<VideoSaveQuery,SaveResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<VideoSaveQuery,SaveResponse>