package com.leansoft.nanorest.domain; public enum DownloadPriority { LOW, NORMAL, HIGH; }