Uses of Class
de.adorsys.psd2.xs2a.core.tpp.TppRole
-
Packages that use TppRole Package Description de.adorsys.psd2.xs2a.core.tpp -
-
Uses of TppRole in de.adorsys.psd2.xs2a.core.tpp
Methods in de.adorsys.psd2.xs2a.core.tpp that return TppRole Modifier and Type Method Description static TppRoleTppRole. valueOf(String name)Returns the enum constant of this type with the specified name.static TppRole[]TppRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.xs2a.core.tpp that return types with arguments of type TppRole Modifier and Type Method Description List<TppRole>TppInfo. getTppRoles()Method parameters in de.adorsys.psd2.xs2a.core.tpp with type arguments of type TppRole Modifier and Type Method Description voidTppInfo. setTppRoles(List<TppRole> tppRoles)
-