Uses of Class
de.adorsys.multibanking.hbci.model.HbciDialogType
-
Packages that use HbciDialogType Package Description de.adorsys.multibanking.hbci.model -
-
Uses of HbciDialogType in de.adorsys.multibanking.hbci.model
Methods in de.adorsys.multibanking.hbci.model that return HbciDialogType Modifier and Type Method Description static HbciDialogTypeHbciDialogType. valueOf(String name)Returns the enum constant of this type with the specified name.static HbciDialogType[]HbciDialogType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.multibanking.hbci.model with parameters of type HbciDialogType Modifier and Type Method Description static org.kapott.hbci.dialog.AbstractHbciDialogHbciDialogFactory. createDialog(HbciDialogType dialogType, HbciDialogRequest dialogRequest, org.kapott.hbci.manager.HBCITwoStepMechanism twoStepMechanism, Map<String,String> bpd)
-