Uses of Class
com.restfb.types.Application
-
Packages that use Application Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Application in com.restfb.types
Methods in com.restfb.types that return Application Modifier and Type Method Description Application
PageCallToAction. getAndroidApp()
App that stores the destination info on Android.Application
UserIDForApp. getApp()
Application
Notification. getApplication()
The app responsible for generating the notification.Application
PageRating. getApplication()
Application
PageTab. getApplication()
The app that is in the tabApplication
Payment. getApplication()
The app associated with this paymentApplication
PageCallToAction. getIphoneApp()
App that stores the destination info on iPhone.Methods in com.restfb.types with parameters of type Application Modifier and Type Method Description void
PageCallToAction. setAndroidApp(Application androidApp)
App that stores the destination info on Android.void
UserIDForApp. setApp(Application app)
void
Notification. setApplication(Application application)
The app responsible for generating the notification.void
PageRating. setApplication(Application application)
void
PageTab. setApplication(Application application)
The app that is in the tabvoid
Payment. setApplication(Application application)
The app associated with this paymentvoid
PageCallToAction. setIphoneApp(Application iphoneApp)
App that stores the destination info on iPhone.
-