Uses of Class
de.adorsys.multibanking.web.model.ConsentStatusTO
-
Packages that use ConsentStatusTO Package Description de.adorsys.multibanking.web de.adorsys.multibanking.web.mapper de.adorsys.multibanking.web.model -
-
Uses of ConsentStatusTO in de.adorsys.multibanking.web
Methods in de.adorsys.multibanking.web that return types with arguments of type ConsentStatusTO Modifier and Type Method Description org.springframework.hateoas.Resource<ConsentStatusTO>ConsentController. getConsentStatus(java.lang.String consentId) -
Uses of ConsentStatusTO in de.adorsys.multibanking.web.mapper
Methods in de.adorsys.multibanking.web.mapper that return ConsentStatusTO Modifier and Type Method Description ConsentStatusTOConsentMapper. toConsentStatusTO(de.adorsys.multibanking.domain.ConsentStatus consentStatus)ConsentStatusTOMultibankingConsentMapperImpl. toConsentStatusTO(de.adorsys.multibanking.domain.ConsentStatus consentStatus) -
Uses of ConsentStatusTO in de.adorsys.multibanking.web.model
Methods in de.adorsys.multibanking.web.model that return ConsentStatusTO Modifier and Type Method Description static ConsentStatusTOConsentStatusTO. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConsentStatusTO[]ConsentStatusTO. values()Returns an array containing the constants of this enum type, in the order they are declared.
-