Uses of Class
org.wikidata.wdtk.datamodel.helpers.TermedDocumentUpdateBuilder
Packages that use TermedDocumentUpdateBuilder
Package
Description
Package for mostly static helper code to work with data objects.
-
Uses of TermedDocumentUpdateBuilder in org.wikidata.wdtk.datamodel.helpers
Subclasses of TermedDocumentUpdateBuilder in org.wikidata.wdtk.datamodel.helpersModifier and TypeClassDescriptionclassBuilder for incremental construction ofItemUpdateobjects.classBuilder for incremental construction ofPropertyUpdateobjects.Methods in org.wikidata.wdtk.datamodel.helpers that return TermedDocumentUpdateBuilderModifier and TypeMethodDescriptionstatic TermedDocumentUpdateBuilderTermedDocumentUpdateBuilder.forBaseRevision(TermedStatementDocument revision) Creates new builder object for constructing update of given base entity revision.static TermedDocumentUpdateBuilderTermedDocumentUpdateBuilder.forBaseRevisionId(EntityIdValue entityId, long revisionId) Creates new builder object for constructing update of entity with given revision ID.static TermedDocumentUpdateBuilderTermedDocumentUpdateBuilder.forEntityId(EntityIdValue entityId) Creates new builder object for constructing update of entity with given ID.TermedDocumentUpdateBuilder.updateAliases(String language, AliasUpdate update) Updates entity aliases.TermedDocumentUpdateBuilder.updateDescriptions(TermUpdate update) Updates entity descriptions.TermedDocumentUpdateBuilder.updateLabels(TermUpdate update) TermedDocumentUpdateBuilder.updateStatements(StatementUpdate update)