Uses of Class
org.dajlab.bricksetapi.v3.vo.StatusEnum
-
Packages that use StatusEnum Package Description org.dajlab.bricksetapi.v3.vo -
-
Uses of StatusEnum in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return StatusEnum Modifier and Type Method Description StatusEnumResponse. getStatus()static StatusEnumStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusEnum[]StatusEnum. 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 StatusEnum Modifier and Type Method Description voidResponse. setStatus(StatusEnum status)
-