java.lang.Object
com.arubanetworks.meridian.locationsharing.User
All Implemented Interfaces:
Serializable

public class User extends Object implements Serializable
See Also:
  • Constructor Details

    • User

      public User()
  • Method Details

    • fromJSON

      public static User fromJSON(String string) throws org.json.JSONException
      Throws:
      org.json.JSONException
    • fromJSON

      public static User fromJSON(org.json.JSONObject json) throws org.json.JSONException
      Throws:
      org.json.JSONException
    • toJSON

      public String toJSON()
    • getFullName

      public String getFullName()
    • getInitials

      public String getInitials()
    • getInitialsBitmap

      public android.graphics.Bitmap getInitialsBitmap(int width, int height, int fontSize, int color)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • setFullName

      public void setFullName(String fullName)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getPhotoURL

      public String getPhotoURL()
    • setPhotoURL

      public void setPhotoURL(String photoURL)
    • getCredentials

      public String getCredentials()
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object