/* * Copyright (C) 2014 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.user.management.rest.v2.model; /** * * @author jbuhacoff */ public enum Status { APPROVED, PENDING, REJECTED, CANCELLED; }