Uses of Class
de.adorsys.psd2.xs2a.core.mapper.ServiceType
-
Packages that use ServiceType Package Description de.adorsys.psd2.xs2a.core.error de.adorsys.psd2.xs2a.core.mapper -
-
Uses of ServiceType in de.adorsys.psd2.xs2a.core.error
Methods in de.adorsys.psd2.xs2a.core.error that return ServiceType Modifier and Type Method Description ServiceTypeErrorType. getServiceType()Methods in de.adorsys.psd2.xs2a.core.error with parameters of type ServiceType Modifier and Type Method Description static Optional<ErrorType>ErrorType. getByServiceTypeAndErrorCode(ServiceType serviceType, int errorCode) -
Uses of ServiceType in de.adorsys.psd2.xs2a.core.mapper
Methods in de.adorsys.psd2.xs2a.core.mapper that return ServiceType Modifier and Type Method Description static ServiceTypeServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceType[]ServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-