public class PhotosGetByIdQuery extends AbstractQueryBuilder<PhotosGetByIdQuery,java.util.List<GetByIdResponse>>
| Constructor and Description |
|---|
PhotosGetByIdQuery(VkApiClient client,
ServiceActor actor)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
PhotosGetByIdQuery(VkApiClient client,
ServiceActor actor,
java.util.List<java.lang.String> photos)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
PhotosGetByIdQuery(VkApiClient client,
ServiceActor actor,
java.lang.String... photos)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
PhotosGetByIdQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PhotosGetByIdQuery(VkApiClient client,
UserActor actor,
java.util.List<java.lang.String> photos)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PhotosGetByIdQuery(VkApiClient client,
UserActor actor,
java.lang.String... photos)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
PhotosGetByIdQuery |
extended(java.lang.Boolean value)
'1' - to return additional fields, '0' - (default)
|
protected PhotosGetByIdQuery |
getThis()
Get reference to this object
|
PhotosGetByIdQuery |
photos(java.util.List<java.lang.String> value)
IDs separated with a comma, that are IDs of users who posted photos and IDs of photos themselves with an underscore character between such IDs.
|
PhotosGetByIdQuery |
photos(java.lang.String... value)
photos
IDs separated with a comma, that are IDs of users who posted photos and IDs of photos themselves with an underscore character between such IDs.
|
PhotosGetByIdQuery |
photoSizes(java.lang.Boolean value)
'1' - to return photo sizes in a
|
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 PhotosGetByIdQuery(VkApiClient client, UserActor actor, java.lang.String... photos)
client - VK API clientactor - actor with access tokenphotos - value of "photos" parameter.public PhotosGetByIdQuery(VkApiClient client, UserActor actor, java.util.List<java.lang.String> photos)
client - VK API clientactor - actor with access tokenphotos - value of "photos" parameter.public PhotosGetByIdQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosGetByIdQuery(VkApiClient client, ServiceActor actor, java.lang.String... photos)
client - VK API clientactor - actor with access tokenphotos - value of "photos" parameter.public PhotosGetByIdQuery(VkApiClient client, ServiceActor actor, java.util.List<java.lang.String> photos)
client - VK API clientactor - actor with access tokenphotos - value of "photos" parameter.public PhotosGetByIdQuery(VkApiClient client, ServiceActor actor)
client - VK API clientactor - actor with access tokenpublic PhotosGetByIdQuery extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetByIdQuery photoSizes(java.lang.Boolean value)
value - value of "photo sizes" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetByIdQuery photos(java.lang.String... value)
value - value of "photos" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PhotosGetByIdQuery photos(java.util.List<java.lang.String> value)
value - value of "photos" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PhotosGetByIdQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PhotosGetByIdQuery,java.util.List<GetByIdResponse>>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PhotosGetByIdQuery,java.util.List<GetByIdResponse>>