Response Class

public class Response
extends Identifiable

Defines a response. All schemas that could be returned at the root of a response should inherit from this.

Constructor Summary

Constructor Description
Response()

Methods inherited from Identifiable

id

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Response

public Response()

Applies to