com.heroku.api
Class User

java.lang.Object
  extended by com.heroku.api.User
All Implemented Interfaces:
Serializable

public class User
extends Object
implements Serializable

Author:
Naaman Newbold
See Also:
Serialized Form

Constructor Summary
User()
           
 
Method Summary
 String getConfirmedAt()
           
 String getCreatedAt()
           
 String getEmail()
           
 String getId()
           
 String getLastLogin()
           
 String getName()
           
 String getVerifiedAt()
           
 boolean isConfirmed()
           
 boolean isVerified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getName

public String getName()

getCreatedAt

public String getCreatedAt()

getVerifiedAt

public String getVerifiedAt()

getLastLogin

public String getLastLogin()

isConfirmed

public boolean isConfirmed()

getId

public String getId()

isVerified

public boolean isVerified()

getConfirmedAt

public String getConfirmedAt()

getEmail

public String getEmail()


Copyright © 2012. All Rights Reserved.