Package com.restfb.types
Class Message.Share
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.Message.Share
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Message
Represents the Message Share
Graph API type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe description of the shared item.getLink()
The URL to the shared item.void
setDescription
(String description) The description of the shared item.void
The URL to the shared item.void
setPicture
(String picture) Methods inherited from class com.restfb.types.NamedFacebookType
getName, setName
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 Details
-
Share
public Share()
-
-
Method Details
-
getLink
The URL to the shared item.- Returns:
- The URL to the shared item.
-
setLink
The URL to the shared item. -
getDescription
The description of the shared item.- Returns:
- The description of the shared item.
-
setDescription
The description of the shared item. -
getPicture
-
setPicture
-