Uses of Class
com.google.code.facebookapi.ApplicationPropertySet

Uses of ApplicationPropertySet in com.google.code.facebookapi
 

Methods in com.google.code.facebookapi that return ApplicationPropertySet
 ApplicationPropertySet IFacebookRestClient.admin_getAppPropertiesAsSet(java.util.EnumSet<ApplicationProperty> properties)
          Gets property values previously set for an application on either the Facebook Developer application or the with the admin.setAppProperties call.
 ApplicationPropertySet ExtensibleClient.admin_getAppPropertiesAsSet(java.util.EnumSet<ApplicationProperty> properties)
          Gets property values previously set for an application on either the Facebook Developer application or the with the admin.setAppProperties call.
 ApplicationPropertySet FacebookRestClient.admin_getAppPropertiesAsSet(java.util.EnumSet<ApplicationProperty> properties)
          Deprecated. Gets property values previously set for an application on either the Facebook Developer application or the with the admin.setAppProperties call.
 

Methods in com.google.code.facebookapi with parameters of type ApplicationPropertySet
 boolean IFacebookRestClient.admin_setAppProperties(ApplicationPropertySet properties)
          Sets several property values for an application.
 boolean ExtensibleClient.admin_setAppProperties(ApplicationPropertySet properties)
          Sets several property values for an application.
 boolean FacebookRestClient.admin_setAppProperties(ApplicationPropertySet properties)
          Deprecated. Sets several property values for an application.
 



Copyright © 2008. All Rights Reserved.