Class System
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.System
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()
Describes the change to the customer's identity or phone numberThe WhatsApp ID for the customer prior to the updateNew WhatsApp ID for the customer when their phone number is updated.getType()
Type of system update.getWaId()
New WhatsApp ID for the customer when their phone number is updated.void
Describes the change to the customer's identity or phone numbervoid
setCustomer
(String customer) The WhatsApp ID for the customer prior to the updatevoid
setNewWaId
(String newWaId) New WhatsApp ID for the customer when their phone number is updated.void
Type of system update.void
New WhatsApp ID for the customer when their phone number is updated.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
System
public System()
-
-
Method Details
-
getBody
Describes the change to the customer's identity or phone number -
setBody
Describes the change to the customer's identity or phone number -
getNewWaId
New WhatsApp ID for the customer when their phone number is updated. Available on webhook versions V11 and below -
setNewWaId
New WhatsApp ID for the customer when their phone number is updated. Available on webhook versions V11 and below -
getWaId
New WhatsApp ID for the customer when their phone number is updated. Available on webhook versions V12 and above -
setWaId
New WhatsApp ID for the customer when their phone number is updated. Available on webhook versions V12 and above -
getType
Type of system update. -
setType
Type of system update. -
getCustomer
The WhatsApp ID for the customer prior to the update -
setCustomer
The WhatsApp ID for the customer prior to the update
-