Package com.restfb.types.ads
Class AppLinks
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.AppLinks
- All Implemented Interfaces:
Serializable
Represents the App links type
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIos()getIpad()getWeb()voidsetAndroid(List<AndroidAppLink> android) voidsetIos(List<IosAppLink> ios) voidsetIpad(List<IosAppLink> ipad) voidsetIphone(List<IosAppLink> iphone) voidsetWeb(WebAppLink web) voidsetWindows(List<WindowsAppLink> windows) voidsetWindowsPhone(List<WindowsPhoneAppLink> windowsPhone) voidsetWindowsUniversal(List<WindowsAppLink> windowsUniversal) Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setIdMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AppLinks
public AppLinks()
-
-
Method Details
-
getAndroid
-
setAndroid
-
getIos
-
setIos
-
getIpad
-
setIpad
-
getIphone
-
setIphone
-
getWeb
-
setWeb
-
getWindows
-
setWindows
-
getWindowsPhone
-
setWindowsPhone
-
getWindowsUniversal
-
setWindowsUniversal
-