Package com.regula.facesdk.model
Class LivenessNotification.Builder
- java.lang.Object
-
- com.regula.facesdk.model.LivenessNotification.Builder
-
- Enclosing class:
- LivenessNotification
public static class LivenessNotification.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LivenessNotification
build()
LivenessNotification.Builder
create(LivenessProcessStatus status, LivenessResponse response)
-
-
-
Method Detail
-
build
public LivenessNotification build()
-
create
public LivenessNotification.Builder create(LivenessProcessStatus status, LivenessResponse response)
-
-