Class WhatsAppContactVerificationResponse
java.lang.Object
com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
public class WhatsAppContactVerificationResponse
extends java.lang.Object
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WhatsAppContactVerificationResponse.ContactDto
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
businessAccountId
protected java.util.List<WhatsAppContactVerificationResponse.ContactDto>
contacts
protected java.util.List<InboundStatusDto.ErrorDto>
errors
protected java.lang.String
referenceId
protected java.lang.String
referenceSubType
protected java.lang.String
referenceType
-
Constructor Summary
Constructors Constructor Description WhatsAppContactVerificationResponse()
-
Method Summary
Modifier and Type Method Description java.lang.String
getBusinessAccountId()
java.util.List<WhatsAppContactVerificationResponse.ContactDto>
getContacts()
java.util.List<InboundStatusDto.ErrorDto>
getErrors()
java.lang.String
getReferenceId()
java.lang.String
getReferenceSubType()
java.lang.String
getReferenceType()
void
setBusinessAccountId(java.lang.String businessAccountId)
void
setContacts(java.util.List<WhatsAppContactVerificationResponse.ContactDto> contacts)
void
setErrors(java.util.List<InboundStatusDto.ErrorDto> errors)
void
setReferenceId(java.lang.String referenceId)
void
setReferenceSubType(java.lang.String referenceSubType)
void
setReferenceType(java.lang.String referenceType)
-
Field Details
-
contacts
-
businessAccountId
protected java.lang.String businessAccountId -
referenceId
protected java.lang.String referenceId -
referenceType
protected java.lang.String referenceType -
referenceSubType
protected java.lang.String referenceSubType -
errors
-
-
Constructor Details
-
WhatsAppContactVerificationResponse
public WhatsAppContactVerificationResponse()
-
-
Method Details
-
getContacts
-
setContacts
-
getBusinessAccountId
public java.lang.String getBusinessAccountId() -
setBusinessAccountId
public void setBusinessAccountId(java.lang.String businessAccountId) -
getReferenceId
public java.lang.String getReferenceId() -
setReferenceId
public void setReferenceId(java.lang.String referenceId) -
getReferenceType
public java.lang.String getReferenceType() -
setReferenceType
public void setReferenceType(java.lang.String referenceType) -
getReferenceSubType
public java.lang.String getReferenceSubType() -
setReferenceSubType
public void setReferenceSubType(java.lang.String referenceSubType) -
getErrors
-
setErrors
-