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

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

The newest version!
package us.careydevelopment.util.api.model;

public interface IRestResponse {

    ResponseStatus getResponseStatus();
    T getResponse();
    int getHttpStatusCode(); 
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy