|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.geomobile.joined.api.data.User
public class User
This class contains various methods for receiving information about a user.
| Constructor Summary | |
|---|---|
User()
|
|
| Method Summary | |
|---|---|
String |
getId()
This method returns the identifier of the user. |
String |
getSecureToken()
This method returns the secure token of the user. |
void |
setId(String id)
This method sets the identifier for the user. |
void |
setSecureToken(String secureToken)
This method sets the secure token for the user. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public User()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The identifier for the user.public String getSecureToken()
public void setSecureToken(String secureToken)
secureToken - The secure token for the user.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||