Uses of Class
de.adorsys.xs2a.adapter.api.model.ConsentStatus
-
-
Uses of ConsentStatus in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return ConsentStatus Modifier and Type Method Description static ConsentStatusConsentStatus. fromValue(String value)ConsentStatusConsentInformationResponse200Json. getConsentStatus()ConsentStatusConsentsResponse201. getConsentStatus()ConsentStatusConsentStatusResponse200. getConsentStatus()static ConsentStatusConsentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsentStatus[]ConsentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.xs2a.adapter.api.model with parameters of type ConsentStatus Modifier and Type Method Description voidConsentInformationResponse200Json. setConsentStatus(ConsentStatus consentStatus)voidConsentsResponse201. setConsentStatus(ConsentStatus consentStatus)voidConsentStatusResponse200. setConsentStatus(ConsentStatus consentStatus)
-