Package io.codemodder.codetf
Class CodeTFChange.Builder
java.lang.Object
io.codemodder.codetf.CodeTFChange.Builder
- Enclosing class:
- CodeTFChange
Builder for
CodeTFChange
which was based on an existing instance.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAdditionalProperties
(Map<String, String> newProperties) Update theCodeTFChange
with additional properties.withDescription
(String description) Update theCodeTFChange
with the given description.
-
Method Details
-
withDescription
Update theCodeTFChange
with the given description. -
withAdditionalProperties
Update theCodeTFChange
with additional properties. -
build
-