Uses of Class
de.adorsys.ledgers.sca.db.domain.OpType
-
Packages that use OpType Package Description de.adorsys.ledgers.sca.db.domain de.adorsys.ledgers.sca.db.repository -
-
Uses of OpType in de.adorsys.ledgers.sca.db.domain
Methods in de.adorsys.ledgers.sca.db.domain that return OpType Modifier and Type Method Description static OpTypeOpType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpType[]OpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.adorsys.ledgers.sca.db.domain with parameters of type OpType Constructor Description SCAOperationEntity(String authId, String opId, String externalId, OpType opType, String scaMethodId, int validitySeconds, int authCodeValiditySeconds, ScaStatus scaStatus, int scaWeight) -
Uses of OpType in de.adorsys.ledgers.sca.db.repository
Methods in de.adorsys.ledgers.sca.db.repository with parameters of type OpType Modifier and Type Method Description List<SCAOperationEntity>SCAOperationRepository. findByOpIdAndOpType(String opId, OpType opType)
-