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 class
WhatsAppContactVerificationResponse.ContactDto
-
Field Summary
Fields Modifier and Type Field Description protected String
businessAccountId
protected List<WhatsAppContactVerificationResponse.ContactDto>
contacts
protected List<InboundStatusDto.ErrorDto>
errors
protected String
referenceId
protected String
referenceSubType
protected String
referenceType
-
Constructor Summary
Constructors Constructor Description WhatsAppContactVerificationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBusinessAccountId()
List<WhatsAppContactVerificationResponse.ContactDto>
getContacts()
List<InboundStatusDto.ErrorDto>
getErrors()
String
getReferenceId()
String
getReferenceSubType()
String
getReferenceType()
void
setBusinessAccountId(String businessAccountId)
void
setContacts(List<WhatsAppContactVerificationResponse.ContactDto> contacts)
void
setErrors(List<InboundStatusDto.ErrorDto> errors)
void
setReferenceId(String referenceId)
void
setReferenceSubType(String referenceSubType)
void
setReferenceType(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)
-
-