public class WhatsAppContactVerificationRequest extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
businessAccountId |
protected List<String> |
contacts |
protected String |
referenceId |
protected String |
referenceSubType |
protected String |
referenceType |
Constructor and Description |
---|
WhatsAppContactVerificationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessAccountId() |
List<String> |
getContacts() |
String |
getReferenceId() |
String |
getReferenceSubType() |
String |
getReferenceType() |
void |
setBusinessAccountId(String businessAccountId) |
void |
setContacts(List<String> contacts) |
void |
setReferenceId(String referenceId) |
void |
setReferenceSubType(String referenceSubType) |
void |
setReferenceType(String referenceType) |
protected String businessAccountId
protected String referenceId
protected String referenceType
protected String referenceSubType
public String getBusinessAccountId()
public void setBusinessAccountId(String businessAccountId)
public String getReferenceId()
public void setReferenceId(String referenceId)
public String getReferenceType()
public void setReferenceType(String referenceType)
public String getReferenceSubType()
public void setReferenceSubType(String referenceSubType)
Copyright © 2019. All rights reserved.