fi.foyt.foursquare.api.entities
类 Setting

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

public class Setting
extends Object
implements FoursquareEntity

Class representing Setting entity

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

构造方法摘要
Setting()
           
 
方法摘要
 String getForeignConsent()
          Returns foreign consent
 Boolean getReceiveCommentPings()
          Returns true of false indicating if user will receive comment pings.
 Boolean getReceivePings()
          Returns true of false indicating if user will receive pings.
 Boolean getSendBadgesToFacebook()
          Returns true of false indicating if user's badges will be sent to Facebook
 Boolean getSendBadgesToTwitter()
          Returns true of false indicating if user's badges will be sent to Twitter
 Boolean getSendMayorshipsToFacebook()
          Returns true of false indicating if user's mayorships will be sent to Facebook
 Boolean getSendMayorshipsToTwitter()
          Returns true of false indicating if user's mayorships will be sent to Twitter
 Boolean getSendToFacebook()
          Returns true of false indicating if user's data will be sent to Facebook
 Boolean getSendToTwitter()
          Returns true of false indicating if user's data will be sent to Twitter
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Setting

public Setting()
方法详细信息

getReceivePings

public Boolean getReceivePings()
Returns true of false indicating if user will receive pings.

返回:
true of false indicating if user will receive pings.

getReceiveCommentPings

public Boolean getReceiveCommentPings()
Returns true of false indicating if user will receive comment pings.

返回:
true of false indicating if user will receive comment pings.

getSendToTwitter

public Boolean getSendToTwitter()
Returns true of false indicating if user's data will be sent to Twitter

返回:
true of false indicating if user's data will be sent to Twitter

getSendMayorshipsToTwitter

public Boolean getSendMayorshipsToTwitter()
Returns true of false indicating if user's mayorships will be sent to Twitter

返回:
true of false indicating if user's mayorships will be sent to Twitter

getSendBadgesToTwitter

public Boolean getSendBadgesToTwitter()
Returns true of false indicating if user's badges will be sent to Twitter

返回:
true of false indicating if user's badges will be sent to Twitter

getSendToFacebook

public Boolean getSendToFacebook()
Returns true of false indicating if user's data will be sent to Facebook

返回:
true of false indicating if user's data will be sent to Facebook

getSendMayorshipsToFacebook

public Boolean getSendMayorshipsToFacebook()
Returns true of false indicating if user's mayorships will be sent to Facebook

返回:
true of false indicating if user's mayorships will be sent to Facebook

getSendBadgesToFacebook

public Boolean getSendBadgesToFacebook()
Returns true of false indicating if user's badges will be sent to Facebook

返回:
true of false indicating if user's badges will be sent to Facebook

getForeignConsent

public String getForeignConsent()
Returns foreign consent

返回:
foreign consent


Copyright © 2013 Foyt. All Rights Reserved.