All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.careydevelopment.util.api.model.ResponseStatusCode Maven / Gradle / Ivy

There is a newer version: 1.7.0
Show newest version
package us.careydevelopment.util.api.model;

public enum ResponseStatusCode {
    OK, ERROR, UNAUTHORIZED;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy