Class WhatsAppContactVerificationResponse.ContactDto
- java.lang.Object
-
- com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
- Enclosing class:
- WhatsAppContactVerificationResponse
public static class WhatsAppContactVerificationResponse.ContactDto extends Object
-
-
Constructor Summary
Constructors Constructor Description ContactDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContact()
String
getStatus()
String
getWaId()
void
setContact(String contact)
void
setStatus(String status)
void
setWaId(String waId)
-