Class WhatsAppContactVerificationRequest

java.lang.Object
com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest

public class WhatsAppContactVerificationRequest extends Object
Author:
Filip Hrisafov
  • Field Details

    • contacts

      protected List<String> contacts
    • businessAccountId

      protected String businessAccountId
    • referenceId

      protected String referenceId
    • referenceType

      protected String referenceType
    • referenceSubType

      protected String referenceSubType
  • Constructor Details

    • WhatsAppContactVerificationRequest

      public WhatsAppContactVerificationRequest()
  • Method Details

    • getContacts

      public List<String> getContacts()
    • setContacts

      public void setContacts(List<String> contacts)
    • 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)