Uses of Class
org.wikidata.wdtk.datamodel.helpers.TermedDocumentUpdateBuilder
Package
Description
Package for mostly static helper code to work with data objects.
-
Uses of TermedDocumentUpdateBuilder in org.wikidata.wdtk.datamodel.helpers
Modifier and TypeClassDescriptionclass
Builder for incremental construction ofItemUpdate
objects.class
Builder for incremental construction ofPropertyUpdate
objects.Modifier and TypeMethodDescriptionstatic TermedDocumentUpdateBuilder
TermedDocumentUpdateBuilder.forBaseRevision
(TermedStatementDocument revision) Creates new builder object for constructing update of given base entity revision.static TermedDocumentUpdateBuilder
TermedDocumentUpdateBuilder.forBaseRevisionId
(EntityIdValue entityId, long revisionId) Creates new builder object for constructing update of entity with given revision ID.static TermedDocumentUpdateBuilder
TermedDocumentUpdateBuilder.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)