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

com.github.bordertech.restfriends.exception.RestStatusCodable Maven / Gradle / Ivy

There is a newer version: 2.0.0-beta-1
Show newest version
package com.github.bordertech.restfriends.exception;

/**
 * REST status code.
 */
public interface RestStatusCodable {

	/**
	 * @return the response status code
	 */
	int getStatusCode();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy