VolunteerStatus.java

package org.petify.backend.models;

public enum VolunteerStatus {
    NONE,
    PENDING,
    ACTIVE,
    INACTIVE
}