See: Description
| Interface | Description |
|---|---|
| Identifiable |
Describes objects that contains an "id" field.
|
| VKList.Parser<D> |
Used when parsing the list objects as interator created from
JSONArray a instances of items of the list. |
| Class | Description |
|---|---|
| VKApiApplicationContent |
Describes information about application in the post.
|
| VKApiAudio |
An audio object describes an audio file and contains the following fields.
|
| VKApiAudio.Genre |
Audio object genres.
|
| VKApiChat |
Chat object describes a user's chat.
|
| VKApiCity |
A city object describes a city.
|
| VKApiComment |
Comment object describes a comment.
|
| VKApiCommunity |
Community object describes a community.
|
| VKApiCommunity.AdminLevel |
Access level to manage community.
|
| VKApiCommunity.Status |
Privacy status of the group.
|
| VKApiCommunity.Type |
Types of communities.
|
| VKApiCommunityArray |
Array of VKGroup
Created by alex_xpert on 28.01.14.
|
| VKApiCommunityFull |
Represents full community profile.
|
| VKApiCommunityFull.Contact | |
| VKApiCommunityFull.Counters | |
| VKApiCommunityFull.Link | |
| VKApiCountry |
A country object describes a country.
|
| VKApiDialog |
Dialog object describes a user dialog.
|
| VKApiDocument |
A document object describes a document file.
|
| VKApiGetDialogResponse | |
| VKApiGetMessagesResponse | |
| VKApiLink |
A link object describes a link attachment
|
| VKApiMessage |
A message object describes a private message
|
| VKApiModel |
Root class for all VK models.
|
| VKApiNote |
A note object describes a note.
|
| VKApiOwner |
This class represents owner of some VK object.
|
| VKApiPhoto |
Describes a photo object from VK.
|
| VKApiPhotoAlbum |
Describes a photo album
|
| VKApiPhotoSize |
Describes an photo info in special format.
|
| VKApiPlace |
A place object describes a location.
|
| VKApiPoll |
Describes poll on the wall on board.
|
| VKApiPoll.Answer |
Represents answer for the poll
|
| VKApiPost |
A post object describes a wall post.
|
| VKApiPostedPhoto |
Subclass to directly uploaded wall photo.
|
| VKApiSchool |
A school object describes a school.
|
| VKApiUniversity |
An university object describes an university.
|
| VKApiUser |
User object describes a user profile.
|
| VKApiUserFull |
Represents full user profile.
|
| VKApiUserFull.Attitude | |
| VKApiUserFull.Counters | |
| VKApiUserFull.LifeMain | |
| VKApiUserFull.Occupation | |
| VKApiUserFull.PeopleMain | |
| VKApiUserFull.Political | |
| VKApiUserFull.Relation | |
| VKApiUserFull.Relative | |
| VKApiUserFull.RelativeType | |
| VKApiUserFull.Sex | |
| VKApiVideo |
A video object describes an video file.
|
| VKApiWikiPage |
Describes a Wiki page.
|
| VKAttachments | |
| VKAttachments.VKApiAttachment |
An abstract class for all attachments
|
| VkAudioArray | |
| VKCommentArray |
Array of VKComment
Created by alex_xpert on 29.01.14.
|
| VKDocsArray |
Array of API docs objects
|
| VKList<T extends VKApiModel & android.os.Parcelable & Identifiable> |
Universal data list for VK API.
|
| VKList.ReflectParser<D extends VKApiModel> |
Parser list items using reflection mechanism.
|
| VKNotesArray |
Array of API notes objects
|
| VKPhotoArray |
Array of API photos objects
|
| VKPhotoSizes |
Model to parse a list of photo with photo sizes format.
|
| VKPostArray |
Array of Post
Created by alex_xpert on 29.01.14.
|
| VKPrivacy |
Describes privacy of some VK object
|
| VKScopes |
Application Access Permissions
|
| VKUsersArray | |
| VkVideoArray |
Created by Lynnfield on 23.11.2015.
|
| VKWallPostResult |
Specified wall post result
|