com.github.bordertech.restfriends.exception.RestStatusCodable Maven / Gradle / Ivy
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