| Constructor and Description |
|---|
WallPostsPhotoAlbum(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
Path dir,
UploadServersBasic servers,
PropsFile properties,
int group)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.vk.api.sdk.queries.execute.ExecuteBatchQuery> |
postsQueries()
Constructs queries for batch posting wall postsQueries
associated with the album.
|
void |
updateProperties()
Updates the properties.
|
public WallPostsPhotoAlbum(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
Path dir,
UploadServersBasic servers,
PropsFile properties,
int group)
client - The VkApiClient for all requests.actor - UserActor on behalf of which all requests will be sent.dir - Album dir.servers - Upload servers that provide upload URLs
for attachmentsFields.properties - Properties that contain the
WallPhotoStatuses of photos.group - Group ID.public List<com.vk.api.sdk.queries.execute.ExecuteBatchQuery> postsQueries() throws Exception
postsQueries in interface WallPostsException - If no photos are found.public void updateProperties()
throws IOException
WallPostsupdateProperties in interface WallPostsIOException - If the properties cannot be saved.Copyright © 2017–2018 jcabi.com. All rights reserved.