public class VideoGetAlbumsQueryWithExtended extends AbstractQueryBuilder<VideoGetAlbumsQueryWithExtended,GetAlbumsExtendedResponse>
| Constructor and Description |
|---|
VideoGetAlbumsQueryWithExtended(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 |
|---|---|
VideoGetAlbumsQueryWithExtended |
count(java.lang.Integer value)
Number of video albums to return.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected VideoGetAlbumsQueryWithExtended |
extended(java.lang.Boolean value)
'1' - to return additional information about album privacy settings for the current user
|
protected VideoGetAlbumsQueryWithExtended |
getThis()
Get reference to this object
|
VideoGetAlbumsQueryWithExtended |
needSystem(java.lang.Boolean value)
Set need system
|
VideoGetAlbumsQueryWithExtended |
offset(java.lang.Integer value)
Offset needed to return a specific subset of video albums.
|
VideoGetAlbumsQueryWithExtended |
ownerId(java.lang.Long value)
ID of the user or community that owns the video album(s).
|
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 VideoGetAlbumsQueryWithExtended(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic VideoGetAlbumsQueryWithExtended ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoGetAlbumsQueryWithExtended offset(java.lang.Integer value)
value - value of "offset" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoGetAlbumsQueryWithExtended count(java.lang.Integer value)
value - value of "count" parameter. Maximum is 100. Minimum is 0. By default 50.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected VideoGetAlbumsQueryWithExtended extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public VideoGetAlbumsQueryWithExtended needSystem(java.lang.Boolean value)
value - value of "need system" parameter. By default 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected VideoGetAlbumsQueryWithExtended getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<VideoGetAlbumsQueryWithExtended,GetAlbumsExtendedResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<VideoGetAlbumsQueryWithExtended,GetAlbumsExtendedResponse>