Class WhatsAppContactVerificationResponse

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

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

    • 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.
    • errors

      protected List<InboundStatusDto.ErrorDto> errors
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • WhatsAppContactVerificationResponse

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

    • getContacts

      Deprecated, for removal: This API element is subject to removal in a future version.
    • setContacts

      public void setContacts(List<WhatsAppContactVerificationResponse.ContactDto> 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.
    • getErrors

      public List<InboundStatusDto.ErrorDto> getErrors()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setErrors

      public void setErrors(List<InboundStatusDto.ErrorDto> errors)
      Deprecated, for removal: This API element is subject to removal in a future version.