Package com.restfb.types
Class Message.StoryReply
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.Message.StoryReply
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Message
public static class Message.StoryReply extends FacebookType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description StoryReply()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLink()
void
setLink(String link)
-
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
-
StoryReply
public StoryReply()
-
-