facebook4j.internal.json
Class PostJSONImpl.ActionJSONImpl
java.lang.Object
facebook4j.internal.json.PostJSONImpl.ActionJSONImpl
- All Implemented Interfaces:
- Post.Action, java.io.Serializable
- Enclosing class:
- PostJSONImpl
private class PostJSONImpl.ActionJSONImpl
- extends java.lang.Object
- implements Post.Action, java.io.Serializable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
name
private final java.lang.String name
link
private final java.lang.String link
PostJSONImpl.ActionJSONImpl
PostJSONImpl.ActionJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getName
public java.lang.String getName()
- Specified by:
getName in interface Post.Action
getLink
public java.lang.String getLink()
- Specified by:
getLink in interface Post.Action
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object