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