java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.Context
Alle implementierten Schnittstellen:
Serializable

public class Context extends AbstractFacebookType
Siehe auch:
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    The WhatsApp ID for the customer who replied to an inbound message
    The message ID for the sent message for an inbound reply
    boolean
    Set to true if the message received by the business has been forwarded
    boolean
    Set to true if the message received by the business has been forwarded more than 5 times.
    void
    setForwarded(boolean forwarded)
    Set to true if the message received by the business has been forwarded
    void
    setFrequentlyForwarded(boolean frequentlyForwarded)
    Set to true if the message received by the business has been forwarded more than 5 times.
    void
    The WhatsApp ID for the customer who replied to an inbound message
    void
    The message ID for the sent message for an inbound reply

    Von Klasse geerbte Methoden com.restfb.types.AbstractFacebookType

    equals, hashCode, toString

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Konstruktordetails

  • Methodendetails

    • isForwarded

      public boolean isForwarded()
      Set to true if the message received by the business has been forwarded
    • setForwarded

      public void setForwarded(boolean forwarded)
      Set to true if the message received by the business has been forwarded
    • isFrequentlyForwarded

      public boolean isFrequentlyForwarded()
      Set to true if the message received by the business has been forwarded more than 5 times.
    • setFrequentlyForwarded

      public void setFrequentlyForwarded(boolean frequentlyForwarded)
      Set to true if the message received by the business has been forwarded more than 5 times.
    • getFrom

      public String getFrom()
      The WhatsApp ID for the customer who replied to an inbound message
    • setFrom

      public void setFrom(String from)
      The WhatsApp ID for the customer who replied to an inbound message
    • getId

      public String getId()
      The message ID for the sent message for an inbound reply
    • setId

      public void setId(String id)
      The message ID for the sent message for an inbound reply