Uses of Class
org.wikidata.wdtk.datamodel.helpers.TermUpdateBuilder
Package
Description
Package for mostly static helper code to work with data objects.
-
Uses of TermUpdateBuilder in org.wikidata.wdtk.datamodel.helpers
Modifier and TypeMethodDescriptionTermUpdateBuilder.append
(TermUpdate update) Replays all changes in provided update into this builder object.static TermUpdateBuilder
TermUpdateBuilder.create()
Creates new builder object for constructing term update.static TermUpdateBuilder
TermUpdateBuilder.forTerms
(Collection<MonolingualTextValue> terms) Creates new builder object for constructing update of given base revision terms.TermUpdateBuilder.put
(MonolingualTextValue term) Adds or changes term.Removes term.