Class WhatsAppContactVerificationRequest
- java.lang.Object
-
- com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
public class WhatsAppContactVerificationRequest extends Object
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
businessAccountId
protected List<String>
contacts
protected String
referenceId
protected String
referenceSubType
protected String
referenceType
-
Constructor Summary
Constructors Constructor Description WhatsAppContactVerificationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getBusinessAccountId
public String getBusinessAccountId()
-
setBusinessAccountId
public void setBusinessAccountId(String businessAccountId)
-
getReferenceId
public String getReferenceId()
-
setReferenceId
public void setReferenceId(String referenceId)
-
getReferenceType
public String getReferenceType()
-
setReferenceType
public void setReferenceType(String referenceType)
-
getReferenceSubType
public String getReferenceSubType()
-
setReferenceSubType
public void setReferenceSubType(String referenceSubType)
-
-