Package org.freeplane.api
Class MapTagCategoryInstructionRequest
java.lang.Object
org.freeplane.api.MapTagCategoryInstructionRequest
Batch of explicit tag category edit operations.
- Since:
- 1.13.3
-
Constructor Summary
ConstructorsConstructorDescriptionMapTagCategoryInstructionRequest(String baseRevision, List<MapTagCategoryInstruction> instructions) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the revision the edits were prepared against.Returns the ordered edit operations to apply.inthashCode()
-
Constructor Details
-
MapTagCategoryInstructionRequest
public MapTagCategoryInstructionRequest(String baseRevision, List<MapTagCategoryInstruction> instructions) - Parameters:
baseRevision- revision returned byMapTagCategoriesRO.read()instructions- ordered edit operations to apply
-
-
Method Details