public class WhatsAppReferredProduct extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CATALOG_ID |
static String |
SERIALIZED_NAME_PRODUCT_RETAILER_ID |
| Constructor and Description |
|---|
WhatsAppReferredProduct() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppReferredProduct |
catalogId(String catalogId) |
boolean |
equals(Object o) |
String |
getCatalogId()
The ID that uniquely identifies the catalog registered with Facebook, connected to the WhatsApp
Business Account (WABA) the sender belongs to.
|
String |
getProductRetailerId()
Product unique identifier, as defined in catalog.
|
int |
hashCode() |
WhatsAppReferredProduct |
productRetailerId(String productRetailerId) |
void |
setCatalogId(String catalogId) |
void |
setProductRetailerId(String productRetailerId) |
String |
toString() |
public static final String SERIALIZED_NAME_CATALOG_ID
public static final String SERIALIZED_NAME_PRODUCT_RETAILER_ID
public WhatsAppReferredProduct catalogId(String catalogId)
public String getCatalogId()
public void setCatalogId(String catalogId)
public WhatsAppReferredProduct productRetailerId(String productRetailerId)
public String getProductRetailerId()
public void setProductRetailerId(String productRetailerId)
Copyright © 2022. All rights reserved.