Interface VerificationResultEvent
- All Superinterfaces:
VerificationEvent
VerificationResultEvent
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builderstatic class
The type of the event. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderCan be used to pass custom data in the request.getEvent()
The type of the event.getId()
The ID of the verification request.Get identityGet methodGet reasonUsed to pass your own reference in the request for tracking purposes.Get sourceGet status
-
Method Details
-
getId
String getId()The ID of the verification request.- Specified by:
getId
in interfaceVerificationEvent
- Returns:
- id
-
getEvent
VerificationResultEvent.EventEnum getEvent()The type of the event.- Returns:
- event
-
getIdentity
Identity getIdentity()Get identity- Specified by:
getIdentity
in interfaceVerificationEvent
- Returns:
- identity
-
getReference
String getReference()Used to pass your own reference in the request for tracking purposes.- Specified by:
getReference
in interfaceVerificationEvent
- Returns:
- reference
-
getCustom
String getCustom()Can be used to pass custom data in the request.- Specified by:
getCustom
in interfaceVerificationEvent
- Returns:
- custom
-
getMethod
VerificationMethod getMethod()Get method- Returns:
- method
-
getStatus
VerificationStatus getStatus()Get status- Returns:
- status
-
getReason
VerificationStatusReason getReason()Get reason- Returns:
- reason
-
getSource
StatusSource getSource()Get source- Returns:
- source
-
builder
Getting builder- Returns:
- New Builder instance
-