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

public class System extends AbstractFacebookType
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getBody

      public String getBody()
      Describes the change to the customer's identity or phone number
    • setBody

      public void setBody(String body)
      Describes the change to the customer's identity or phone number
    • getNewWaId

      public String getNewWaId()
      New WhatsApp ID for the customer when their phone number is updated. Available on webhook versions V11 and below
    • setNewWaId

      public void setNewWaId(String newWaId)
      New WhatsApp ID for the customer when their phone number is updated. Available on webhook versions V11 and below
    • getWaId

      public String getWaId()
      New WhatsApp ID for the customer when their phone number is updated. Available on webhook versions V12 and above
    • setWaId

      public void setWaId(String waId)
      New WhatsApp ID for the customer when their phone number is updated. Available on webhook versions V12 and above
    • getType

      public String getType()
      Type of system update.
    • setType

      public void setType(String type)
      Type of system update.
    • getCustomer

      public String getCustomer()
      The WhatsApp ID for the customer prior to the update
    • setCustomer

      public void setCustomer(String customer)
      The WhatsApp ID for the customer prior to the update