Uses of Class
dev.vality.damsel.payment_processing.SessionInteractionChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of SessionInteractionChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return SessionInteractionChanged Modifier and Type Method Description SessionInteractionChangedSessionInteractionChanged. deepCopy()SessionInteractionChangedSessionChangePayload. getSessionInteractionChanged()SessionInteractionChangedSessionInteractionChanged. setInteraction(UserInteraction interaction)Необходимое взаимодействиеSessionInteractionChangedSessionInteractionChanged. setStatus(Status status)Статус этого взаимодействия.Methods in dev.vality.damsel.payment_processing with parameters of type SessionInteractionChanged Modifier and Type Method Description intSessionInteractionChanged. compareTo(SessionInteractionChanged other)booleanSessionInteractionChanged. equals(SessionInteractionChanged that)static SessionChangePayloadSessionChangePayload. session_interaction_changed(SessionInteractionChanged value)voidSessionChangePayload. setSessionInteractionChanged(SessionInteractionChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type SessionInteractionChanged Constructor Description SessionInteractionChanged(SessionInteractionChanged other)Performs a deep copy on other.