facebook4j
Interface Privacy


public interface Privacy


Method Summary
 List<String> getAllow()
           
 List<String> getDeny()
           
 List<String> getDescription()
           
 PrivacyType getFriends()
           
 List<String> getNetworks()
           
 PrivacyType getValue()
           
 

Method Detail

getValue

PrivacyType getValue()

getFriends

PrivacyType getFriends()

getNetworks

List<String> getNetworks()

getAllow

List<String> getAllow()

getDeny

List<String> getDeny()

getDescription

List<String> getDescription()


Copyright © 2019. All rights reserved.