Uses of Class
dev.vality.fistful.withdrawal.SessionState
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of SessionState in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal with type parameters of type SessionState Modifier and Type Field Description List<SessionState>WithdrawalState. sessionsПеречень сессий взаимодействия с провайдеромMethods in dev.vality.fistful.withdrawal that return SessionState Modifier and Type Method Description SessionStateSessionState. deepCopy()SessionStateSessionState. setId(String id)SessionStateSessionState. setResult(SessionResult result)Methods in dev.vality.fistful.withdrawal that return types with arguments of type SessionState Modifier and Type Method Description List<SessionState>WithdrawalState. getSessions()Перечень сессий взаимодействия с провайдеромIterator<SessionState>WithdrawalState. getSessionsIterator()Methods in dev.vality.fistful.withdrawal with parameters of type SessionState Modifier and Type Method Description voidWithdrawalState. addToSessions(SessionState elem)intSessionState. compareTo(SessionState other)booleanSessionState. equals(SessionState that)Method parameters in dev.vality.fistful.withdrawal with type arguments of type SessionState Modifier and Type Method Description WithdrawalStateWithdrawalState. setSessions(List<SessionState> sessions)Перечень сессий взаимодействия с провайдеромConstructors in dev.vality.fistful.withdrawal with parameters of type SessionState Constructor Description SessionState(SessionState other)Performs a deep copy on other.Constructor parameters in dev.vality.fistful.withdrawal with type arguments of type SessionState Constructor Description WithdrawalState(String wallet_id, String destination_id, Cash body, Map<String,Value> context, FinalCashFlow effective_final_cash_flow, List<SessionState> sessions, List<AdjustmentState> adjustments)