public class VKUsersArray extends VKList<VKApiUserFull>
VKList.Parser<D>, VKList.ReflectParser<D extends VKApiModel>| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<VKUsersArray> |
CREATOR |
fields| Constructor and Description |
|---|
VKUsersArray() |
VKUsersArray(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
VKApiModel |
parse(org.json.JSONObject response)
Parses object from source.
|
add, add, addAfter, addAll, addAll, addBefore, clear, contains, containsAll, describeContents, equals, fill, fill, fill, fill, get, getById, getCount, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, search, set, size, subList, toArray, toArray, writeToParcelgetTag, getTag, setTag, setTagpublic static android.os.Parcelable.Creator<VKUsersArray> CREATOR
public VKUsersArray()
public VKUsersArray(android.os.Parcel in)
public VKApiModel parse(org.json.JSONObject response) throws org.json.JSONException
VKApiModelparse in class VKList<VKApiUserFull>response - server API object.org.json.JSONException - if any critical error occurred while parsing.