public class SchemaResponse extends BaseResponse
| Constructor and Description |
|---|
SchemaResponse() |
SchemaResponse(SchemaDTO schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the response code.
|
public SchemaResponse(SchemaDTO schema)
public SchemaResponse()
public void validate()
throws java.lang.IllegalArgumentException
BaseResponsevalidate in interface RESTMessagevalidate in class BaseResponsejava.lang.IllegalArgumentException - if code value is negative.