Uses of Class
de.adorsys.psd2.sandbox.tpp.rest.api.domain.UserRole
-
Packages that use UserRole Package Description de.adorsys.psd2.sandbox.tpp.rest.api.domain -
-
Uses of UserRole in de.adorsys.psd2.sandbox.tpp.rest.api.domain
Methods in de.adorsys.psd2.sandbox.tpp.rest.api.domain that return UserRole Modifier and Type Method Description static UserRoleUserRole. valueOf(String name)Returns the enum constant of this type with the specified name.static UserRole[]UserRole. values()Returns an array containing the constants of this enum type, in the order they are declared.
-