Interface VerificationStartResponseWhatsApp
- All Superinterfaces:
VerificationStartResponse
WhatsApp
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Getting builderGet codeTypegetExtraOption(String key) Return the additional "whatsapp" with the specified name.getId()Verification identifier used to query for status.getLinks()Get links
-
Method Details
-
getId
String getId()Verification identifier used to query for status.Field is required
- Specified by:
getIdin interfaceVerificationStartResponse- Returns:
- id
-
getLinks
Get links- Specified by:
getLinksin interfaceVerificationStartResponse- Returns:
- links
-
getCodeType
WhatsAppCodeType getCodeType()Get codeType- Returns:
- codeType
-
getExtraOption
Return the additional "whatsapp" with the specified name.- Parameters:
key- the name of the property- Returns:
- the additional property with the specified name
-
builder
Getting builder- Returns:
- New Builder instance
-