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