Class IdentityData

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEmail()
      Get the email address of this IdentityData
      java.lang.String getPhone()
      Get the phone number of this IdentityData
      java.lang.String getUserName()
      Get the userName of this IdentityData
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getUserName

        @Nullable
        public java.lang.String getUserName()
        Get the userName of this IdentityData
        Returns:
        userName
      • getEmail

        @Nullable
        public java.lang.String getEmail()
        Get the email address of this IdentityData
        Returns:
        email
      • getPhone

        @Nullable
        public java.lang.String getPhone()
        Get the phone number of this IdentityData
        Returns:
        phone