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

facebook4j.Privacy Maven / Gradle / Ivy

package facebook4j;

import java.util.List;


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy