java.lang.Object
com.arubanetworks.meridian.locationsharing.Invite

public class Invite extends Object
  • Constructor Details

    • Invite

      public Invite()
  • 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
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String user)
    • getShareUrl

      public String getShareUrl()
    • setShareUrl

      public void setShareUrl(String shareUrl)