Package com.restfb.types.send
Class PageMessageTag
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.PageMessageTag
-
- All Implemented Interfaces:
Serializable
public class PageMessageTag extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageMessageTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getTag()
void
setDescription(String description)
void
setTag(String tag)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PageMessageTag
public PageMessageTag()
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-