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 StringbusinessAccountIdprotected List<String>contactsprotected StringreferenceIdprotected StringreferenceSubTypeprotected StringreferenceType
-
Constructor Summary
Constructors Constructor Description WhatsAppContactVerificationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusinessAccountId()List<String>getContacts()StringgetReferenceId()StringgetReferenceSubType()StringgetReferenceType()voidsetBusinessAccountId(String businessAccountId)voidsetContacts(List<String> contacts)voidsetReferenceId(String referenceId)voidsetReferenceSubType(String referenceSubType)voidsetReferenceType(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)
-
-