Uses of Class
dev.vality.damsel.withdrawals.processing.SessionFinished
Packages that use SessionFinished
-
Uses of SessionFinished in dev.vality.damsel.withdrawals.processing
Methods in dev.vality.damsel.withdrawals.processing that return SessionFinishedModifier and TypeMethodDescriptionSessionFinished.deepCopy()SessionChangePayload.getSessionFinished()SessionFinished.setResult(SessionResult result) Methods in dev.vality.damsel.withdrawals.processing with parameters of type SessionFinishedModifier and TypeMethodDescriptionintSessionFinished.compareTo(SessionFinished other) booleanSessionFinished.equals(SessionFinished that) static SessionChangePayloadSessionChangePayload.session_finished(SessionFinished value) voidSessionChangePayload.setSessionFinished(SessionFinished value) Constructors in dev.vality.damsel.withdrawals.processing with parameters of type SessionFinishedModifierConstructorDescriptionSessionFinished(SessionFinished other) Performs a deep copy on other.