facebook4j.internal.json
Class PrivacyJSONImpl
java.lang.Object
facebook4j.internal.json.PrivacyJSONImpl
- All Implemented Interfaces:
- Privacy, java.io.Serializable
final class PrivacyJSONImpl
- extends java.lang.Object
- implements Privacy, java.io.Serializable
- Author:
- Ryuji Yamashita - roundrop at gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
value
private PrivacyType value
friends
private PrivacyType friends
networks
private java.util.List<java.lang.String> networks
allow
private java.util.List<java.lang.String> allow
deny
private java.util.List<java.lang.String> deny
description
private java.util.List<java.lang.String> description
PrivacyJSONImpl
public PrivacyJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getValue
public PrivacyType getValue()
- Specified by:
getValue in interface Privacy
getFriends
public PrivacyType getFriends()
- Specified by:
getFriends in interface Privacy
getNetworks
public java.util.List<java.lang.String> getNetworks()
- Specified by:
getNetworks in interface Privacy
getAllow
public java.util.List<java.lang.String> getAllow()
- Specified by:
getAllow in interface Privacy
getDeny
public java.util.List<java.lang.String> getDeny()
- Specified by:
getDeny in interface Privacy
getDescription
public java.util.List<java.lang.String> getDescription()
- Specified by:
getDescription in interface Privacy
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object