Uses of Class
org.wikidata.wdtk.datamodel.helpers.LabeledDocumentUpdateBuilder
Package
Description
Package for mostly static helper code to work with data objects.
-
Uses of LabeledDocumentUpdateBuilder in org.wikidata.wdtk.datamodel.helpers
Modifier and TypeClassDescriptionclass
Builder for incremental construction ofItemUpdate
objects.class
Builder for incremental construction ofMediaInfoUpdate
objects.class
Builder for incremental construction ofPropertyUpdate
objects.class
Builder for incremental construction ofTermedStatementDocumentUpdate
objects.Modifier and TypeMethodDescriptionstatic LabeledDocumentUpdateBuilder
LabeledDocumentUpdateBuilder.forBaseRevision
(LabeledStatementDocument revision) Creates new builder object for constructing update of given base entity revision.static LabeledDocumentUpdateBuilder
LabeledDocumentUpdateBuilder.forBaseRevisionId
(EntityIdValue entityId, long revisionId) Creates new builder object for constructing update of entity with given revision ID.static LabeledDocumentUpdateBuilder
LabeledDocumentUpdateBuilder.forEntityId
(EntityIdValue entityId) Creates new builder object for constructing update of entity with given ID.LabeledDocumentUpdateBuilder.updateLabels
(TermUpdate update) Updates entity labels.LabeledDocumentUpdateBuilder.updateStatements
(StatementUpdate update)