Uses of Class
de.adorsys.psd2.xs2a.core.domain.MessageCategory
-
Packages that use MessageCategory Package Description de.adorsys.psd2.xs2a.core.domain -
-
Uses of MessageCategory in de.adorsys.psd2.xs2a.core.domain
Methods in de.adorsys.psd2.xs2a.core.domain that return MessageCategory Modifier and Type Method Description MessageCategoryTppMessageInformation. getCategory()static MessageCategoryMessageCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageCategory[]MessageCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.xs2a.core.domain with parameters of type MessageCategory Modifier and Type Method Description static TppMessageInformationTppMessageInformation. of(MessageCategory category, MessageErrorCode messageErrorCode)static TppMessageInformationTppMessageInformation. of(MessageCategory category, MessageErrorCode messageErrorCode, Object... textParameters)static TppMessageInformationTppMessageInformation. of(MessageCategory category, MessageErrorCode messageErrorCode, String path, Object... textParameters)voidTppMessageInformation. setCategory(MessageCategory category)
-