Class WhatsAppContactVerificationResponse
- java.lang.Object
-
- com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
public class WhatsAppContactVerificationResponse extends Object
- Author:
- Filip Hrisafov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWhatsAppContactVerificationResponse.ContactDto
-
Field Summary
Fields Modifier and Type Field Description protected StringbusinessAccountIdprotected List<WhatsAppContactVerificationResponse.ContactDto>contactsprotected List<InboundStatusDto.ErrorDto>errorsprotected StringreferenceIdprotected StringreferenceSubTypeprotected StringreferenceType
-
Constructor Summary
Constructors Constructor Description WhatsAppContactVerificationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusinessAccountId()List<WhatsAppContactVerificationResponse.ContactDto>getContacts()List<InboundStatusDto.ErrorDto>getErrors()StringgetReferenceId()StringgetReferenceSubType()StringgetReferenceType()voidsetBusinessAccountId(String businessAccountId)voidsetContacts(List<WhatsAppContactVerificationResponse.ContactDto> contacts)voidsetErrors(List<InboundStatusDto.ErrorDto> errors)voidsetReferenceId(String referenceId)voidsetReferenceSubType(String referenceSubType)voidsetReferenceType(String referenceType)
-
-
-
Field Detail
-
contacts
protected List<WhatsAppContactVerificationResponse.ContactDto> contacts
-
businessAccountId
protected String businessAccountId
-
referenceId
protected String referenceId
-
referenceType
protected String referenceType
-
referenceSubType
protected String referenceSubType
-
errors
protected List<InboundStatusDto.ErrorDto> errors
-
-
Method Detail
-
getContacts
public List<WhatsAppContactVerificationResponse.ContactDto> getContacts()
-
setContacts
public void setContacts(List<WhatsAppContactVerificationResponse.ContactDto> 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)
-
getErrors
public List<InboundStatusDto.ErrorDto> getErrors()
-
setErrors
public void setErrors(List<InboundStatusDto.ErrorDto> errors)
-
-