Class WhatsAppContactVerificationRequest

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

@Deprecated(forRemoval=true) public class WhatsAppContactVerificationRequest extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
Filip Hrisafov
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected List<String>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setBusinessAccountId(String businessAccountId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setContacts(List<String> contacts)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setReferenceId(String referenceId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setReferenceSubType(String referenceSubType)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setReferenceType(String referenceType)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • contacts

      protected List<String> contacts
      Deprecated, for removal: This API element is subject to removal in a future version.
    • businessAccountId

      protected String businessAccountId
      Deprecated, for removal: This API element is subject to removal in a future version.
    • referenceId

      protected String referenceId
      Deprecated, for removal: This API element is subject to removal in a future version.
    • referenceType

      protected String referenceType
      Deprecated, for removal: This API element is subject to removal in a future version.
    • referenceSubType

      protected String referenceSubType
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • WhatsAppContactVerificationRequest

      public WhatsAppContactVerificationRequest()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getContacts

      public List<String> getContacts()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setContacts

      public void setContacts(List<String> contacts)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBusinessAccountId

      public String getBusinessAccountId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBusinessAccountId

      public void setBusinessAccountId(String businessAccountId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getReferenceId

      public String getReferenceId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setReferenceId

      public void setReferenceId(String referenceId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getReferenceType

      public String getReferenceType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setReferenceType

      public void setReferenceType(String referenceType)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getReferenceSubType

      public String getReferenceSubType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setReferenceSubType

      public void setReferenceSubType(String referenceSubType)
      Deprecated, for removal: This API element is subject to removal in a future version.