facebook4j.Privacy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of facebook4j-core Show documentation
Show all versions of facebook4j-core Show documentation
A Java library for the Facebook Graph API
package facebook4j;
import java.util.List;
public interface Privacy {
PrivacyType getValue();
PrivacyType getFriends();
List getNetworks();
List getAllow();
List getDeny();
List getDescription();
}