Uses of Class
com.facebook.api.ApplicationPropertySet

Packages that use ApplicationPropertySet
com.facebook.api   
 

Uses of ApplicationPropertySet in com.facebook.api
 

Methods in com.facebook.api 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.facebook.api 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.