Class Identity
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.Identity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionState of acknowledgmentThe time when the WhatsApp Business Management API detected the customer may have changed their profile informationgetHash()
The ID for the messages system customer_identity_changedvoid
setAcknowledged
(String acknowledged) State of acknowledgmentvoid
setCreatedTimestamp
(Date createdTimestamp) The time when the WhatsApp Business Management API detected the customer may have changed their profile informationvoid
setCustomerIdentityChanged
(String customerIdentityChanged) void
The ID for the messages system customer_identity_changedMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
getAcknowledged
State of acknowledgment -
setAcknowledged
State of acknowledgment -
getCustomerIdentityChanged
-
setCustomerIdentityChanged
-
getCreatedTimestamp
The time when the WhatsApp Business Management API detected the customer may have changed their profile information -
setCreatedTimestamp
The time when the WhatsApp Business Management API detected the customer may have changed their profile information -
getHash
The ID for the messages system customer_identity_changed -
setHash
The ID for the messages system customer_identity_changed
-