Class MapTagCategoryInstructionRequest

java.lang.Object
org.freeplane.api.MapTagCategoryInstructionRequest

public class MapTagCategoryInstructionRequest extends Object
Batch of explicit tag category edit operations.
Since:
1.13.3
  • Constructor Details

  • Method Details

    • getBaseRevision

      public String getBaseRevision()
      Returns the revision the edits were prepared against.
    • getInstructions

      public List<MapTagCategoryInstruction> getInstructions()
      Returns the ordered edit operations to apply.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object