Package com.restfb.types.ads
Class WindowsPhoneAppLink
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.WindowsPhoneAppLink
-
- All Implemented Interfaces:
Serializable
public class WindowsPhoneAppLink extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindowsPhoneAppLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppId()
String
getAppName()
String
getUrl()
void
setAppId(String appId)
void
setAppName(String appName)
void
setUrl(String url)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
WindowsPhoneAppLink
public WindowsPhoneAppLink()
-
-