Class SchemaResponse

java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.SchemaResponse
All Implemented Interfaces:
RESTMessage, RESTResponse

public class SchemaResponse extends BaseResponse
Represents a response for a schema.
  • Constructor Details

    • SchemaResponse

      public SchemaResponse(SchemaDTO schema)
      Creates a new SchemaResponse.
      Parameters:
      schema - The schema DTO object.
    • SchemaResponse

      public SchemaResponse()
      This is the constructor that is used by Jackson deserializer
  • Method Details