Uses of Class
de.adorsys.ledgers.oba.service.api.domain.PsuMessage
-
Packages that use PsuMessage Package Description de.adorsys.ledgers.oba.service.api.domain -
-
Uses of PsuMessage in de.adorsys.ledgers.oba.service.api.domain
Methods in de.adorsys.ledgers.oba.service.api.domain that return PsuMessage Modifier and Type Method Description PsuMessagePsuMessage. category(PsuMessageCategory category)PsuMessagePsuMessage. code(String code)PsuMessagePsuMessage. path(String path)PsuMessagePsuMessage. text(String text)Methods in de.adorsys.ledgers.oba.service.api.domain that return types with arguments of type PsuMessage Modifier and Type Method Description List<PsuMessage>OnlineBankingResponse. getPsuMessages()Method parameters in de.adorsys.ledgers.oba.service.api.domain with type arguments of type PsuMessage Modifier and Type Method Description voidOnlineBankingResponse. setPsuMessages(List<PsuMessage> psuMessages)
-