| Package | Description |
|---|---|
| com.driver733.vkuploader.wallpost.attachment |
Construction of wall posts attachments.
|
| com.driver733.vkuploader.wallpost.attachment.support.fields |
Construction of attachments fields
for wall posts.
|
| com.driver733.vkuploader.wallpost.attachment.support.queries |
Queries from attachments (cached and non-cached).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentAddAudio
An
Attachment with audios added
to a page. |
class |
AttachmentAudio
Upload the audios and returns
AudioAddQuery for the uploaded
audios. |
class |
AttachmentAudioWithProps
Upload the audios, caches the upload result
in
Properties and returns
AudioAddQuery for the uploaded
audios. |
class |
AttachmentCachedAudio
Determines if audios has been already
uploaded and returns a fake a real
query accordingly.
|
class |
AttachmentFakeAudio
An
Attachment with a fake audios query. |
class |
AttachmentWallDocument
Attachment of a document that had been uploaded
to the wall.
|
class |
AttachmentWallPhoto
An
Attachment with a photo uploaded
to the wall. |
class |
AttachmentWallPhotos
Determines if audios has been already
uploaded and returns a fake a real
query accordingly.
|
| Constructor and Description |
|---|
AttachmentArrays(com.vk.api.sdk.client.actors.UserActor actor,
int group,
Attachment... attachments)
Ctor.
|
AttachmentArraysWithProps(com.vk.api.sdk.client.actors.UserActor actor,
PropsFile properties,
int group,
Attachment... attachments)
Ctor.
|
| Constructor and Description |
|---|
QueriesFromAttachments(List<Attachment> attachments)
List of
Attachments. |
Copyright © 2017–2018 jcabi.com. All rights reserved.