Class TagsAssociateRequest

java.lang.Object
org.apache.gravitino.dto.requests.TagsAssociateRequest
All Implemented Interfaces:
RESTMessage, RESTRequest

public class TagsAssociateRequest extends Object implements RESTRequest
Represents a request to associate tags.
  • Constructor Details

    • TagsAssociateRequest

      public TagsAssociateRequest(String[] tagsToAdd, String[] tagsToRemove)
      Creates a new TagsAssociateRequest.
      Parameters:
      tagsToAdd - The tags to add.
      tagsToRemove - The tags to remove.
    • TagsAssociateRequest

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