@Immutable public final class AttachmentAddAudio extends Object implements Attachment
Attachment with audios added
to a page. (with the specified user ID).| Constructor and Description |
|---|
AttachmentAddAudio(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
int ownerId,
int mediaId,
int group)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.vk.api.sdk.client.AbstractQueryBuilder> |
upload()
Uploads the Attachment(s).
|
public AttachmentAddAudio(com.vk.api.sdk.client.VkApiClient client,
com.vk.api.sdk.client.actors.UserActor actor,
int ownerId,
int mediaId,
int group)
actor - UserActor on behalf of which all requests will be sent.ownerId - Audio`s owner ID.mediaId - Audio`s media ID.client - VKAPIClient that is used for all VK API requests.group - Group ID.public List<com.vk.api.sdk.client.AbstractQueryBuilder> upload()
Attachmentupload in interface AttachmentCopyright © 2017–2018 jcabi.com. All rights reserved.