public class Invite
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
fromJSON
public static Invite fromJSON(org.json.JSONObject json)
throws org.json.JSONException
- Throws:
org.json.JSONException
-
fromJSONList
public static List<Invite> fromJSONList(org.json.JSONArray json)
throws org.json.JSONException
- Throws:
org.json.JSONException
-
-
setKey
public void setKey(String key)
-
-
setUser
public void setUser(String user)
-
-
setShareUrl
public void setShareUrl(String shareUrl)