Uses of Class
dev.vality.damsel.withdrawals.processing.SessionResult
Packages that use SessionResult
-
Uses of SessionResult in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing declared as SessionResultMethods in dev.vality.damsel.withdrawals.processing that return SessionResultModifier and TypeMethodDescriptionSessionResult.deepCopy()static SessionResultSessionResult.failed(SessionFailed value) SessionFinished.getResult()static SessionResultSessionResult.succeeded(SessionSucceeded value) Methods in dev.vality.damsel.withdrawals.processing with parameters of type SessionResultModifier and TypeMethodDescriptionintSessionResult.compareTo(SessionResult other) booleanSessionResult.equals(SessionResult other) SessionFinished.setResult(SessionResult result) Constructors in dev.vality.damsel.withdrawals.processing with parameters of type SessionResultModifierConstructorDescriptionSessionFinished(SessionResult result) SessionResult(SessionResult other)