package com.farriver.bwf.common.model; public enum ApiDataStatus { SUCCESS, FAILED, CANCELLED, UNAUTHORIZED, }