Uses of Class
de.adorsys.xs2a.adapter.api.model.MessageCode
-
-
Uses of MessageCode in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return MessageCode Modifier and Type Method Description static MessageCodeMessageCode. fromValue(String value)MessageCodeTppMessage. getCode()static MessageCodeMessageCode. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageCode[]MessageCode. 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 MessageCode Modifier and Type Method Description voidTppMessage. setCode(MessageCode code)
-