Uses of Enum
org.fuin.cqrs4j.ResultType
-
Uses of ResultType in org.fuin.cqrs4j
Methods in org.fuin.cqrs4j that return ResultTypeModifier and TypeMethodDescriptionfinal ResultTypeAbstractResult.getType()@NotNull ResultTypeResult.getType()Returns the result type.static ResultTypeReturns the enum constant of this type with the specified name.static ResultType[]ResultType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.fuin.cqrs4j with parameters of type ResultTypeModifierConstructorDescriptionAbstractResult(@NotNull ResultType type, String code, String message) Constructor with all data.DataResult(@NotNull ResultType type, String code, String message, DATA data) Constructor without data element name.DataResult(@NotNull ResultType type, String code, String message, DATA data, String dataElement) Constructor with all data.SimpleResult(@NotNull ResultType type, String code, String message) Constructor with all data.