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