Uses of Class
de.adorsys.psd2.model.TppMessageGeneric
-
Packages that use TppMessageGeneric Package Description de.adorsys.psd2.model -
-
Uses of TppMessageGeneric in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return TppMessageGeneric Modifier and Type Method Description TppMessageGenericTppMessageGeneric. category(TppMessageCategory category)TppMessageGenericTppMessageGeneric. code(TppMessageCategory code)TppMessageGenericTppMessageGeneric. path(String path)TppMessageGenericTppMessageGeneric. text(String text)Methods in de.adorsys.psd2.model that return types with arguments of type TppMessageGeneric Modifier and Type Method Description @Valid List<TppMessageGeneric>BulkPaymentInitiationWithStatusResponse. getTppMessage()Messages to the TPP on operational issues.@Valid List<TppMessageGeneric>ConsentsConfirmationOfFundsResponse. getTppMessage()Messages to the TPP on operational issues.@Valid List<TppMessageGeneric>PaymentInitiationStatusResponse200Json. getTppMessage()Messages to the TPP on operational issues.@Valid List<TppMessageGeneric>PaymentInitiationWithStatusResponse. getTppMessage()Messages to the TPP on operational issues.@Valid List<TppMessageGeneric>PeriodicPaymentInitiationWithStatusResponse. getTppMessage()Messages to the TPP on operational issues.@Valid List<TppMessageGeneric>ScaStatusResponse. getTppMessage()Messages to the TPP on operational issues.@Valid List<TppMessageGeneric>StartScaprocessResponse. getTppMessage()Messages to the TPP on operational issues.@Valid List<TppMessageGeneric>ConsentsResponse201. getTppMessages()Get tppMessages@Valid List<TppMessageGeneric>PaymentInitiationCancelResponse202. getTppMessages()Get tppMessagesMethod parameters in de.adorsys.psd2.model with type arguments of type TppMessageGeneric Modifier and Type Method Description voidBulkPaymentInitiationWithStatusResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidConsentsConfirmationOfFundsResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidPaymentInitiationStatusResponse200Json. setTppMessage(List<TppMessageGeneric> tppMessage)voidPaymentInitiationWithStatusResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidPeriodicPaymentInitiationWithStatusResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidScaStatusResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidStartScaprocessResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidConsentsResponse201. setTppMessages(List<TppMessageGeneric> tppMessages)voidPaymentInitiationCancelResponse202. setTppMessages(List<TppMessageGeneric> tppMessages)BulkPaymentInitiationWithStatusResponseBulkPaymentInitiationWithStatusResponse. tppMessage(List<TppMessageGeneric> tppMessage)ConsentsConfirmationOfFundsResponseConsentsConfirmationOfFundsResponse. tppMessage(List<TppMessageGeneric> tppMessage)PaymentInitiationStatusResponse200JsonPaymentInitiationStatusResponse200Json. tppMessage(List<TppMessageGeneric> tppMessage)PaymentInitiationWithStatusResponsePaymentInitiationWithStatusResponse. tppMessage(List<TppMessageGeneric> tppMessage)PeriodicPaymentInitiationWithStatusResponsePeriodicPaymentInitiationWithStatusResponse. tppMessage(List<TppMessageGeneric> tppMessage)ScaStatusResponseScaStatusResponse. tppMessage(List<TppMessageGeneric> tppMessage)StartScaprocessResponseStartScaprocessResponse. tppMessage(List<TppMessageGeneric> tppMessage)ConsentsResponse201ConsentsResponse201. tppMessages(List<TppMessageGeneric> tppMessages)PaymentInitiationCancelResponse202PaymentInitiationCancelResponse202. tppMessages(List<TppMessageGeneric> tppMessages)
-