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
public static class Message.Share extends NamedFacebookType
Represents the Message Share Graph API type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description Share()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
The description of the shared item.String
getLink()
The URL to the shared item.String
getPicture()
void
setDescription(String description)
The description of the shared item.void
setLink(String link)
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 Detail
-
Share
public Share()
-
-
Method Detail
-
getDescription
public String getDescription()
The description of the shared item.- Returns:
- The description of the shared item.
-
setDescription
public void setDescription(String description)
The description of the shared item.
-
getPicture
public String getPicture()
-
setPicture
public void setPicture(String picture)
-
-