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