All Downloads are FREE. Search and download functionalities are using the official Maven repository.

facebook4j.Privacy Maven / Gradle / Ivy

There is a newer version: 2.4.13
Show newest version
package facebook4j;

import java.util.List;


public interface Privacy {
    PrivacyType getValue();
    PrivacyType getFriends();
    List getNetworks();
    List getAllow();
    List getDeny();
    List getDescription();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy