Class AccountLinkingItem
java.lang.Object
com.restfb.types.webhook.messaging.AccountLinkingItem
- All Implemented Interfaces:
InnerMessagingItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValue of pass-throughauthorization_codeprovided in the Linking Account flowlinkedorunlinkedbooleanisLinked()convenience method to check the status of the account linkingbooleanconvenience method to check the status of the account linkingvoidsetAuthorizationCode(String authorizationCode) Value of pass-throughauthorization_codeprovided in the Linking Account flowvoidlinkedorunlinkedtoString()
-
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:
trueif linked,falseif unlinked
-
isUnlinked
convenience method to check the status of the account linking- Returns:
trueif unlinked,falseif linked
-
toString
-
getStatus
linkedorunlinked -
setStatus
linkedorunlinked -
getAuthorizationCode
Value of pass-throughauthorization_codeprovided in the Linking Account flow -
setAuthorizationCode
Value of pass-throughauthorization_codeprovided in the Linking Account flow
-