fi.foyt.foursquare.api.entities
类 Contact

java.lang.Object
  继承者 fi.foyt.foursquare.api.entities.Contact
所有已实现的接口:
FoursquareEntity, Serializable

public class Contact
extends Object
implements FoursquareEntity

Class representing Contact entity

作者:
Antti Leppä
另请参见:
序列化表格

构造方法摘要
Contact()
           
 
方法摘要
 String getEmail()
          Returns user's email
 String getFacebook()
          Returns user's facebook id
 String getFormattedPhone()
          Returns formatted phone number
 String getPhone()
          Returns phone number
 String getTwitter()
          Returns twitter id
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Contact

public Contact()
方法详细信息

getPhone

public String getPhone()
Returns phone number

返回:
phone number

getFormattedPhone

public String getFormattedPhone()
Returns formatted phone number

返回:
formatted phone number

getTwitter

public String getTwitter()
Returns twitter id

返回:
twitter id

getEmail

public String getEmail()
Returns user's email

返回:
user's email

getFacebook

public String getFacebook()
Returns user's facebook id

返回:
user's facebook id


Copyright © 2013 Foyt. All Rights Reserved.