Uses of Class
de.adorsys.psd2.model.TppMessage2XX
-
Packages that use TppMessage2XX Package Description de.adorsys.psd2.model -
-
Uses of TppMessage2XX in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return TppMessage2XX Modifier and Type Method Description TppMessage2XXTppMessage2XX. category(TppMessageCategory category)TppMessage2XXTppMessage2XX. code(MessageCode2XX code)TppMessage2XXTppMessage2XX. path(String path)TppMessage2XXTppMessage2XX. text(String text)Methods in de.adorsys.psd2.model that return types with arguments of type TppMessage2XX Modifier and Type Method Description @Valid List<TppMessage2XX>ConsentsConfirmationOfFundsMultilevelSCAResponse. getTppMessages()Get tppMessages@Valid List<TppMessage2XX>ConsentsResponse201. getTppMessages()Get tppMessages@Valid List<TppMessage2XX>PaymentInitationRequestResponse201. getTppMessages()Get tppMessages@Valid List<TppMessage2XX>PaymentInitiationCancelResponse202. getTppMessages()Get tppMessages@Valid List<TppMessage2XX>SigningBasketResponse201. getTppMessages()Get tppMessagesMethods in de.adorsys.psd2.model with parameters of type TppMessage2XX Modifier and Type Method Description ConsentsConfirmationOfFundsMultilevelSCAResponseConsentsConfirmationOfFundsMultilevelSCAResponse. addTppMessagesItem(TppMessage2XX tppMessagesItem)ConsentsResponse201ConsentsResponse201. addTppMessagesItem(TppMessage2XX tppMessagesItem)PaymentInitationRequestResponse201PaymentInitationRequestResponse201. addTppMessagesItem(TppMessage2XX tppMessagesItem)PaymentInitiationCancelResponse202PaymentInitiationCancelResponse202. addTppMessagesItem(TppMessage2XX tppMessagesItem)SigningBasketResponse201SigningBasketResponse201. addTppMessagesItem(TppMessage2XX tppMessagesItem)Method parameters in de.adorsys.psd2.model with type arguments of type TppMessage2XX Modifier and Type Method Description voidConsentsConfirmationOfFundsMultilevelSCAResponse. setTppMessages(List<TppMessage2XX> tppMessages)voidConsentsResponse201. setTppMessages(List<TppMessage2XX> tppMessages)voidPaymentInitationRequestResponse201. setTppMessages(List<TppMessage2XX> tppMessages)voidPaymentInitiationCancelResponse202. setTppMessages(List<TppMessage2XX> tppMessages)voidSigningBasketResponse201. setTppMessages(List<TppMessage2XX> tppMessages)ConsentsConfirmationOfFundsMultilevelSCAResponseConsentsConfirmationOfFundsMultilevelSCAResponse. tppMessages(List<TppMessage2XX> tppMessages)ConsentsResponse201ConsentsResponse201. tppMessages(List<TppMessage2XX> tppMessages)PaymentInitationRequestResponse201PaymentInitationRequestResponse201. tppMessages(List<TppMessage2XX> tppMessages)PaymentInitiationCancelResponse202PaymentInitiationCancelResponse202. tppMessages(List<TppMessage2XX> tppMessages)SigningBasketResponse201SigningBasketResponse201. tppMessages(List<TppMessage2XX> tppMessages)
-