| Constructor and Description |
|---|
WallPostsRandomQuote(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
int group,
int count)
Ctor.
|
WallPostsRandomQuote(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
int group,
int count,
Path photos)
Ctor.
|
WallPostsRandomQuote(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
int group,
int count,
Path photos,
Path audios)
Ctor.
|
WallPostsRandomQuote(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
int group,
Path audios,
int count)
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 WallPostsRandomQuote(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
int group,
int count)
client - The VkApiClient for all requests.actor - UserActor on behalf of which all requests will be sent.group - Group ID.count - Number of posts to create.public WallPostsRandomQuote(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
int group,
int count,
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.count - Number of posts to create.photos - EntranceDirectory with photos.public WallPostsRandomQuote(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
int group,
Path audios,
int count)
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.count - Number of posts to create.audios - EntranceDirectory with audios.public WallPostsRandomQuote(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
UploadServersBasic servers,
int group,
int count,
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.count - Number of posts to create.photos - EntranceDirectory with photos.audios - EntranceDirectory with audios.public List<com.vk.api.sdk.queries.execute.ExecuteBatchQuery> postsQueries() throws Exception
postsQueries in interface WallPostsException - If no photos are found.public void updateProperties()
WallPostsupdateProperties in interface WallPostsCopyright © 2017–2018 jcabi.com. All rights reserved.