Class AccountLinkingItem
java.lang.Object
com.restfb.types.webhook.messaging.AccountLinkingItem
- All Implemented Interfaces:
InnerMessagingItem
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionValue of pass-throughauthorization_code
provided in the Linking Account flowlinked
orunlinked
boolean
isLinked()
convenience method to check the status of the account linkingboolean
convenience method to check the status of the account linkingvoid
setAuthorizationCode
(String authorizationCode) Value of pass-throughauthorization_code
provided in the Linking Account flowvoid
linked
orunlinked
toString()
-
Field Details
-
LINKED
The "linked" account linking status.- See Also:
-
UNLINKED
The "unlinked" account linking status.- See Also:
-
-
Constructor Details
-
AccountLinkingItem
public AccountLinkingItem()
-
-
Method Details
-
isLinked
convenience method to check the status of the account linking- Returns:
true
if linked,false
if unlinked
-
isUnlinked
convenience method to check the status of the account linking- Returns:
true
if unlinked,false
if linked
-
toString
-
getStatus
linked
orunlinked
-
setStatus
linked
orunlinked
-
getAuthorizationCode
Value of pass-throughauthorization_code
provided in the Linking Account flow -
setAuthorizationCode
Value of pass-throughauthorization_code
provided in the Linking Account flow
-