facebook4j
Interface TestUser

All Superinterfaces:
Comparable<TestUser>, Serializable

public interface TestUser
extends Comparable<TestUser>, Serializable

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 String getAccessToken()
           
 String getEmail()
           
 String getId()
           
 String getLoginUrl()
           
 String getPassword()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getId

String getId()

getAccessToken

String getAccessToken()

getLoginUrl

String getLoginUrl()

getEmail

String getEmail()

getPassword

String getPassword()


Copyright © 2019. All rights reserved.