public class PhotosGetNewTagsQuery extends AbstractQueryBuilder<PhotosGetNewTagsQuery,GetNewTagsResponse>
| Constructor and Description |
|---|
PhotosGetNewTagsQuery(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 |
|---|---|
PhotosGetNewTagsQuery |
count(java.lang.Integer value)
Number of photos to return.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected PhotosGetNewTagsQuery |
getThis()
Get reference to this object
|
PhotosGetNewTagsQuery |
offset(java.lang.Integer value)
Offset needed to return a specific subset of photos.
|
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 PhotosGetNewTagsQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosGetNewTagsQuery offset(java.lang.Integer value)
value - value of "offset" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetNewTagsQuery count(java.lang.Integer value)
value - value of "count" parameter. Maximum is 100. Minimum is 0. By default 20.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosGetNewTagsQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PhotosGetNewTagsQuery,GetNewTagsResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PhotosGetNewTagsQuery,GetNewTagsResponse>