Uses of Class
dev.vality.damsel.payment_processing.SessionResult
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of SessionResult in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as SessionResult Modifier and Type Field Description SessionResultSessionFinished. resultMethods in dev.vality.damsel.payment_processing that return SessionResult Modifier and Type Method Description SessionResultSessionResult. deepCopy()static SessionResultSessionResult. failed(SessionFailed value)SessionResultSessionFinished. getResult()static SessionResultSessionResult. succeeded(SessionSucceeded value)Methods in dev.vality.damsel.payment_processing with parameters of type SessionResult Modifier and Type Method Description intSessionResult. compareTo(SessionResult other)booleanSessionResult. equals(SessionResult other)SessionFinishedSessionFinished. setResult(SessionResult result)Constructors in dev.vality.damsel.payment_processing with parameters of type SessionResult Constructor Description SessionFinished(SessionResult result)SessionResult(SessionResult other)