Package com.restfb.types
Class StoryAttachment.Target
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.StoryAttachment.Target
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StoryAttachment
public static class StoryAttachment.Target extends FacebookType
Target data as applicable for the attachment- Author:
- Kevin Leturc
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description Target()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUnshimmedUrl()
String
getUrl()
void
setUnshimmedUrl(String unshimmedUrl)
void
setUrl(String url)
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Target
public Target()
-
-
Method Detail
-
getUnshimmedUrl
public String getUnshimmedUrl()
-
setUnshimmedUrl
public void setUnshimmedUrl(String unshimmedUrl)
-
-