public class VKApiCommunityFull extends VKApiCommunity implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
VKApiCommunityFull.Contact |
static class |
VKApiCommunityFull.Counters |
static class |
VKApiCommunityFull.Link |
VKApiCommunity.AdminLevel, VKApiCommunity.Status, VKApiCommunity.Type| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTIVITY
Filed activity from VK fields set
|
boolean |
blacklisted
Information whether the current community has add current user to the blacklist.
|
static java.lang.String |
BLACKLISTED
Filed blacklisted from VK fields set
|
boolean |
can_post
Whether the current user can post on the community's wall
|
static java.lang.String |
CAN_POST
Filed can_post from VK fields set
|
boolean |
can_see_all_posts
Whether others' posts on the community's wall can be viewed
|
static java.lang.String |
CAN_SEE_ALL_POSTS
Filed can_see_all_posts from VK fields set
|
VKApiCity |
city
City specified in information about community.
|
static java.lang.String |
CITY
Filed city from VK fields set
|
VKList<VKApiCommunityFull.Contact> |
contacts
Information from public page contact module.
|
static java.lang.String |
CONTACTS
Filed contacts from VK fields set
|
VKApiCommunityFull.Counters |
counters
Counters object with community counters.
|
static java.lang.String |
COUNTERS
Filed counters from VK fields set
|
VKApiCountry |
country
Country specified in information about community.
|
static java.lang.String |
COUNTRY
Filed country from VK fields set
|
static android.os.Parcelable.Creator<VKApiCommunityFull> |
CREATOR |
java.lang.String |
description
Community description text.
|
static java.lang.String |
DESCRIPTION
Filed description from VK fields set
|
long |
end_date
Returned only for meeting and contain end time of the meeting as unixtime.
|
static java.lang.String |
END_DATE
Filed end_date from VK fields set
|
int |
fixed_post
ID of fixed post of this community.
|
static java.lang.String |
FIXED_POST
Filed fixed_post from VK fields set
|
VKList<VKApiCommunityFull.Link> |
links
Information from public page links module.
|
static java.lang.String |
LINKS
Filed links from VK fields set
|
int |
members_count
Number of community members.
|
static java.lang.String |
MEMBERS_COUNT
Filed members_count from VK fields set
|
VKApiPlace |
place
The location which specified in information about community
|
static java.lang.String |
PLACE
Filed place from VK fields set
|
java.lang.String |
site
URL of community site
|
static java.lang.String |
SITE
Filed site from VK fields set
|
long |
start_date
Returned only for meeting and contain start time of the meeting as unixtime.
|
static java.lang.String |
START_DATE
Filed start_date from VK fields set
|
java.lang.String |
status
Group status.
|
static java.lang.String |
STATUS
Filed status from VK fields set
|
VKApiAudio |
status_audio
Audio which broadcasting to status.
|
boolean |
verified
Information whether the community has a verified page in VK
|
static java.lang.String |
VERIFIED
Filed verified from VK fields set
|
java.lang.String |
wiki_page
Name of the home wiki-page of the community.
|
static java.lang.String |
WIKI_PAGE
Filed wiki_page from VK fields set
|
admin_level, is_admin, is_closed, is_member, name, photo, photo_100, photo_200, photo_50, screen_name, typeidfields| Constructor and Description |
|---|
VKApiCommunityFull() |
VKApiCommunityFull(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
VKApiCommunityFull |
parse(org.json.JSONObject jo)
Fills a community object from JSONObject
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
toStringgetIdgetTag, getTag, setTag, setTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdpublic static final java.lang.String CITY
public static final java.lang.String COUNTRY
public static final java.lang.String PLACE
public static final java.lang.String DESCRIPTION
public static final java.lang.String WIKI_PAGE
public static final java.lang.String MEMBERS_COUNT
public static final java.lang.String COUNTERS
public static final java.lang.String START_DATE
public static final java.lang.String END_DATE
public static final java.lang.String CAN_POST
public static final java.lang.String CAN_SEE_ALL_POSTS
public static final java.lang.String STATUS
public static final java.lang.String CONTACTS
public static final java.lang.String LINKS
public static final java.lang.String FIXED_POST
public static final java.lang.String VERIFIED
public static final java.lang.String BLACKLISTED
public static final java.lang.String SITE
public static final java.lang.String ACTIVITY
public VKApiCity city
public VKApiCountry country
public VKApiAudio status_audio
public VKApiPlace place
public java.lang.String description
public java.lang.String wiki_page
public int members_count
public VKApiCommunityFull.Counters counters
public long start_date
public long end_date
public boolean can_post
public boolean can_see_all_posts
public java.lang.String status
public VKList<VKApiCommunityFull.Contact> contacts
public VKList<VKApiCommunityFull.Link> links
public int fixed_post
public boolean verified
public java.lang.String site
public boolean blacklisted
public static android.os.Parcelable.Creator<VKApiCommunityFull> CREATOR
public VKApiCommunityFull()
public VKApiCommunityFull(android.os.Parcel in)
public VKApiCommunityFull parse(org.json.JSONObject jo)
VKApiCommunityparse in class VKApiCommunityjo - JSONObject describes community object according with VK Docs.public int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class VKApiCommunitypublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class VKApiCommunity