| Package | Description |
|---|---|
| com.driver733.vkuploader.wallpost |
Abstraction for a VK wall post.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WallPostBase
The base for all
WallPosts. |
class |
WallPostFromGroup
A
WallPost that is posted
on behalf of a group. |
class |
WallPostMusicAlbum
Creates a
WallPost with the specified
audio files and an album cover (from an audio file tag or
cover.jpg). |
class |
WallPostPhotoAlbum
Creates a
WallPost with the specified
photos. |
class |
WallPostRandom
A Wallpost with a random quote.
|
class |
WallPostWithAttachments
A
WallPost with
Attachment. |
class |
WallPostWithMessage
A
WallPost with a specified message. |
class |
WallPostWithOwnerId
Specified where the
WallPost will
be posted. |
class |
WallPostWithRandomQuote
A Wallpost with a random quote.
|
| Constructor and Description |
|---|
WallPostFromGroup(WallPost post)
Ctor.
|
WallPostWithAttachments(WallPost post,
AttachmentsFields attachments)
Ctor.
|
WallPostWithMessage(WallPost post,
org.cactoos.Scalar<String> message)
Ctor.
|
WallPostWithMessage(WallPost post,
String message)
Ctor.
|
WallPostWithOwnerId(WallPost post,
int owner)
Ctor.
|
Copyright © 2017–2018 jcabi.com. All rights reserved.