java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.System
All Implemented Interfaces:
Serializable

public class System extends AbstractFacebookType
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Describes the change to the customer's identity or phone number
    The WhatsApp ID for the customer prior to the update
    New WhatsApp ID for the customer when their phone number is updated.
    New parent business-scoped user ID for the customer when their phone number is updated.
    Type of system update.
    New business-scoped user ID for the customer when their phone number is updated.
    New WhatsApp ID for the customer when their phone number is updated.
    void
    Describes the change to the customer's identity or phone number
    void
    setCustomer(String customer)
    The WhatsApp ID for the customer prior to the update
    void
    setNewWaId(String newWaId)
    New WhatsApp ID for the customer when their phone number is updated.
    void
    setParentUserId(String parentUserId)
    New parent business-scoped user ID for the customer when their phone number is updated.
    void
    Type of system update.
    void
    setUserId(String userId)
    New business-scoped user ID for the customer when their phone number is updated.
    void
    New WhatsApp ID for the customer when their phone number is updated.

    Methods inherited from class com.restfb.types.AbstractFacebookType

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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
    • getUserId

      public String getUserId()
      New business-scoped user ID for the customer when their phone number is updated.
    • setUserId

      public void setUserId(String userId)
      New business-scoped user ID for the customer when their phone number is updated.
    • getParentUserId

      New parent business-scoped user ID for the customer when their phone number is updated.
    • setParentUserId

      public void setParentUserId(String parentUserId)
      New parent business-scoped user ID for the customer when their phone number is updated.
    • 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