Uses of Class
de.adorsys.ledgers.um.api.domain.AccessTypeBO
-
Packages that use AccessTypeBO Package Description de.adorsys.ledgers.um.api.domain -
-
Uses of AccessTypeBO in de.adorsys.ledgers.um.api.domain
Methods in de.adorsys.ledgers.um.api.domain that return AccessTypeBO Modifier and Type Method Description static AccessTypeBOAccessTypeBO. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessTypeBO[]AccessTypeBO. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.adorsys.ledgers.um.api.domain with parameters of type AccessTypeBO Constructor Description AccountAccessBO(@NotNull String iban, AccessTypeBO accessType)AccountAccessBO(String accNbr, Currency currency, String accountId, int scaWeight, @NotNull AccessTypeBO accessType)
-