Uses of Class
facebook4j.EventPrivacyType

Packages that use EventPrivacyType
facebook4j   
 

Uses of EventPrivacyType in facebook4j
 

Methods in facebook4j that return EventPrivacyType
static EventPrivacyType EventPrivacyType.getInstance(String eventPrivacyTypeString)
           
 EventPrivacyType Event.getPrivacy()
           
 EventPrivacyType EventUpdate.getPrivacyType()
           
static EventPrivacyType EventPrivacyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventPrivacyType[] EventPrivacyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in facebook4j with parameters of type EventPrivacyType
 EventUpdate EventUpdate.privacyType(EventPrivacyType privacyType)
           
 void EventUpdate.setPrivacyType(EventPrivacyType privacyType)
           
 



Copyright © 2019. All rights reserved.