Uses of Class
com.restfb.types.ads.WindowsAppLink
-
Packages that use WindowsAppLink Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of WindowsAppLink in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type WindowsAppLink Modifier and Type Method Description List<WindowsAppLink>
AppLinks. getWindows()
List<WindowsAppLink>
AppLinks. getWindowsUniversal()
Method parameters in com.restfb.types.ads with type arguments of type WindowsAppLink Modifier and Type Method Description void
AppLinks. setWindows(List<WindowsAppLink> windows)
void
AppLinks. setWindowsUniversal(List<WindowsAppLink> windowsUniversal)
-