Uses of Class
org.dajlab.bricksetapi.v3.vo.MessageEnum
-
Packages that use MessageEnum Package Description org.dajlab.bricksetapi.v3.vo -
-
Uses of MessageEnum in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return MessageEnum Modifier and Type Method Description MessageEnumBricksetException. getCodeMessage()MessageEnumResponse. getMessage()static MessageEnumMessageEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageEnum[]MessageEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dajlab.bricksetapi.v3.vo with parameters of type MessageEnum Modifier and Type Method Description voidResponse. setMessage(MessageEnum message)Constructors in org.dajlab.bricksetapi.v3.vo with parameters of type MessageEnum Constructor Description BricksetException(MessageEnum codeMessage)BricksetException(MessageEnum codeMessage, String message)
-