Class TagListResponse

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

public class TagListResponse extends BaseResponse
Represents a response for a list of tags.
  • Constructor Details

    • TagListResponse

      public TagListResponse(TagDTO[] tags)
      Creates a new TagListResponse.
      Parameters:
      tags - The list of tags.
    • TagListResponse

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