package com.totvslabs.mdm.restclient.vo; public enum CommandTypeEnum { POST, GET; }