com.heroku.api
Class LoginVerification

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

public class LoginVerification
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LoginVerification()
           
 
Method Summary
 String getApiKey()
           
 String getEmail()
           
 String getId()
           
 String getVerifiedAt()
           
 boolean isVerified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginVerification

public LoginVerification()
Method Detail

getApiKey

public String getApiKey()

getVerifiedAt

public String getVerifiedAt()

getId

public String getId()

getEmail

public String getEmail()

isVerified

public boolean isVerified()


Copyright © 2012. All Rights Reserved.