Klasse AccountLinkingItem

java.lang.Object
com.restfb.types.webhook.messaging.AccountLinkingItem
Alle implementierten Schnittstellen:
InnerMessagingItem

public class AccountLinkingItem extends Object implements InnerMessagingItem
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • isLinked

      public boolean isLinked()
      convenience method to check the status of the account linking
      Gibt zurück:
      true if linked, false if unlinked
    • isUnlinked

      public boolean isUnlinked()
      convenience method to check the status of the account linking
      Gibt zurück:
      true if unlinked, false if linked
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getStatus

      public String getStatus()
      linked or unlinked
    • setStatus

      public void setStatus(String status)
      linked or unlinked
    • getAuthorizationCode

      Value of pass-through authorization_code provided in the Linking Account flow
    • setAuthorizationCode

      public void setAuthorizationCode(String authorizationCode)
      Value of pass-through authorization_code provided in the Linking Account flow