Package com.restfb.types.send
Class AccountLinkButton
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.AbstractButton
-
- com.restfb.types.send.AccountLinkButton
-
- All Implemented Interfaces:
Serializable
public class AccountLinkButton extends AbstractButton
Represents the Link Account/Login button type- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.restfb.types.send.AbstractButton
title
-
-
Constructor Summary
Constructors Constructor Description AccountLinkButton(String authUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUrl()
-
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
-
AccountLinkButton
public AccountLinkButton(String authUrl)
-
-