Package com.restfb.types.send
Class AccountUnlinkButton
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.AbstractButton
-
- com.restfb.types.send.AccountUnlinkButton
-
- All Implemented Interfaces:
Serializable
public class AccountUnlinkButton extends AbstractButton
Represents the Unlink Account/Logout button type- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.restfb.types.send.AbstractButton
title
-
-
Constructor Summary
Constructors Constructor Description AccountUnlinkButton()
-
Method Summary
-
Methods inherited from class com.restfb.types.send.AbstractButton
getTitle, getType, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AccountUnlinkButton
public AccountUnlinkButton()
-
-