Uses of Class
de.adorsys.psd2.model.ConsentStatus
-
Packages that use ConsentStatus Package Description de.adorsys.psd2.model -
-
Uses of ConsentStatus in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ConsentStatus Modifier and Type Method Description static ConsentStatusConsentStatus. fromValue(String text)@NotNull @Valid ConsentStatusConsentConfirmationOfFundsContentResponse. getConsentStatus()Get consentStatus@NotNull @Valid ConsentStatusConsentConfirmationOfFundsStatusResponse. getConsentStatus()Get consentStatus@NotNull @Valid ConsentStatusConsentInformationResponse200Json. getConsentStatus()Get consentStatus@NotNull @Valid ConsentStatusConsentsConfirmationOfFundsMultilevelSCAResponse. getConsentStatus()Get consentStatus@NotNull @Valid ConsentStatusConsentsConfirmationOfFundsResponse. getConsentStatus()Get consentStatus@NotNull @Valid ConsentStatusConsentsResponse201. getConsentStatus()Get consentStatus@NotNull @Valid ConsentStatusConsentStatusResponse200. getConsentStatus()Get consentStatusstatic 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.psd2.model with parameters of type ConsentStatus Modifier and Type Method Description ConsentConfirmationOfFundsContentResponseConsentConfirmationOfFundsContentResponse. consentStatus(ConsentStatus consentStatus)ConsentConfirmationOfFundsStatusResponseConsentConfirmationOfFundsStatusResponse. consentStatus(ConsentStatus consentStatus)ConsentInformationResponse200JsonConsentInformationResponse200Json. consentStatus(ConsentStatus consentStatus)ConsentsConfirmationOfFundsMultilevelSCAResponseConsentsConfirmationOfFundsMultilevelSCAResponse. consentStatus(ConsentStatus consentStatus)ConsentsConfirmationOfFundsResponseConsentsConfirmationOfFundsResponse. consentStatus(ConsentStatus consentStatus)ConsentsResponse201ConsentsResponse201. consentStatus(ConsentStatus consentStatus)ConsentStatusResponse200ConsentStatusResponse200. consentStatus(ConsentStatus consentStatus)voidConsentConfirmationOfFundsContentResponse. setConsentStatus(ConsentStatus consentStatus)voidConsentConfirmationOfFundsStatusResponse. setConsentStatus(ConsentStatus consentStatus)voidConsentInformationResponse200Json. setConsentStatus(ConsentStatus consentStatus)voidConsentsConfirmationOfFundsMultilevelSCAResponse. setConsentStatus(ConsentStatus consentStatus)voidConsentsConfirmationOfFundsResponse. setConsentStatus(ConsentStatus consentStatus)voidConsentsResponse201. setConsentStatus(ConsentStatus consentStatus)voidConsentStatusResponse200. setConsentStatus(ConsentStatus consentStatus)
-