| Constructor and Description |
|---|
WallPostsRandom(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
PropsFile properties,
int group,
Path photos)
Ctor.
|
WallPostsRandom(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
PropsFile properties,
int group,
Path photos,
Path audios)
Ctor.
|
WallPostsRandom(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
PropsFile properties,
Path audios,
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 WallPostsRandom(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
PropsFile properties,
int group,
Path photos)
client - The VkApiClient for all requests.actor - UserActor on behalf of which all requests will be sent.servers - Upload servers that provide upload URLs
for attachmentsFields.group - Group ID.properties - For caching results.photos - EntranceDirectory with photos.public WallPostsRandom(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
PropsFile properties,
Path audios,
int group)
client - The VkApiClient for all requests.actor - UserActor on behalf of which all requests will be sent.servers - Upload servers that provide upload URLs
for attachmentsFields.group - Group ID.properties - For caching results.audios - EntranceDirectory with nonProcessedAudios.public WallPostsRandom(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
PropsFile properties,
int group,
Path photos,
Path audios)
client - The VkApiClient for all requests.actor - UserActor on behalf of which all requests will be sent.servers - Upload servers that provide upload URLs
for attachmentsFields.group - Group ID.properties - For caching results.photos - EntranceDirectory with photos.audios - EntranceDirectory with nonProcessedAudios.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.