facebook4j
Class PrivacyParameter

java.lang.Object
  extended by facebook4j.PrivacyParameter
All Implemented Interfaces:
Serializable

public class PrivacyParameter
extends Object
implements Serializable

Since:
Facebook4J 2.0.0
Author:
Ryuji Yamashita - roundrop at gmail.com
See Also:
Serialized Form

Constructor Summary
PrivacyParameter()
           
 
Method Summary
 facebook4j.internal.org.json.JSONObject asJSONObject()
           
 String asJSONString()
           
 boolean equals(Object obj)
           
 String getAllow()
           
 String getDeny()
           
 String getDescription()
           
 String getFriends()
           
 String getNetworks()
           
 String getValue()
           
 int hashCode()
           
 void setAllow(String allow)
           
 void setDeny(String deny)
           
 void setDescription(String description)
           
 void setFriends(String friends)
           
 void setNetworks(String networks)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrivacyParameter

public PrivacyParameter()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getFriends

public String getFriends()

setFriends

public void setFriends(String friends)

getNetworks

public String getNetworks()

setNetworks

public void setNetworks(String networks)

getAllow

public String getAllow()

setAllow

public void setAllow(String allow)

getDeny

public String getDeny()

setDeny

public void setDeny(String deny)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

asJSONObject

public facebook4j.internal.org.json.JSONObject asJSONObject()

asJSONString

public String asJSONString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2019. All rights reserved.