Class Identity
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Identity
-
- All Implemented Interfaces:
Serializable
public class Identity extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Identity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAcknowledged()
State of acknowledgmentDate
getCreatedTimestamp()
The time when the WhatsApp Business Management API detected the customer may have changed their profile informationString
getCustomerIdentityChanged()
String
getHash()
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
setHash(String hash)
The ID for the messages system customer_identity_changed-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Identity
public Identity()
-
-
Method Detail
-
getAcknowledged
public String getAcknowledged()
State of acknowledgment
-
setAcknowledged
public void setAcknowledged(String acknowledged)
State of acknowledgment
-
getCustomerIdentityChanged
public String getCustomerIdentityChanged()
-
setCustomerIdentityChanged
public void setCustomerIdentityChanged(String customerIdentityChanged)
-
getCreatedTimestamp
public Date getCreatedTimestamp()
The time when the WhatsApp Business Management API detected the customer may have changed their profile information
-
setCreatedTimestamp
public void setCreatedTimestamp(Date createdTimestamp)
The time when the WhatsApp Business Management API detected the customer may have changed their profile information
-
-