Class EntityListResponse

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

public class EntityListResponse extends BaseResponse
Represents a response containing a list of catalogs.
  • Constructor Details

    • EntityListResponse

      public EntityListResponse(NameIdentifier[] idents)
      Constructor for EntityListResponse.
      Parameters:
      idents - The array of entity identifiers.
    • EntityListResponse

      public EntityListResponse()
      Default constructor for EntityListResponse. (Used for Jackson deserialization.)
  • Method Details