1 package org.petify.backend.models; 2 3 public enum VolunteerStatus { 4 NONE, 5 PENDING, 6 ACTIVE, 7 INACTIVE 8 }