Interface VerificationStartResponseFlashCall
- All Superinterfaces:
VerificationStartResponse
Flash Call Response
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderFilter that should be applied for incoming calls to intercept the flash call.Used by the SDKs, this setting makes the handset deny the flash call after the set time in seconds.getId()
Verification identifier used to query for status.Amount of seconds client should wait for the flash call.getLinks()
Get linksThe time in seconds allowed for reporting the code after which the verification will expire.
-
Method Details
-
getId
String getId()Verification identifier used to query for status.- Specified by:
getId
in interfaceVerificationStartResponse
- Returns:
- id
-
getLinks
Get links- Specified by:
getLinks
in interfaceVerificationStartResponse
- Returns:
- links
-
getCliFilter
String getCliFilter()Filter that should be applied for incoming calls to intercept the flash call.- Returns:
- cliFilter
-
getInterceptionTimeout
Integer getInterceptionTimeout()Amount of seconds client should wait for the flash call.- Returns:
- interceptionTimeout
-
getReportTimeout
Integer getReportTimeout()The time in seconds allowed for reporting the code after which the verification will expire.- Returns:
- reportTimeout
-
getDenyCallAfter
Integer getDenyCallAfter()Used by the SDKs, this setting makes the handset deny the flash call after the set time in seconds.- Returns:
- denyCallAfter
-
builder
Getting builder- Returns:
- New Builder instance
-