Class NameListResponse

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

public class NameListResponse extends BaseResponse
Represents a response for a list of entity names.
  • Constructor Details

    • NameListResponse

      public NameListResponse(String[] names)
      Creates a new NameListResponse.
      Parameters:
      names - The list of names.
    • NameListResponse

      public NameListResponse()
      This is the constructor that is used by Jackson deserializer to create an instance of NameListResponse.
  • Method Details