Uses of Class
org.wikidata.wdtk.datamodel.helpers.LabeledDocumentUpdateBuilder
Packages that use LabeledDocumentUpdateBuilder
Package
Description
Package for mostly static helper code to work with data objects.
-
Uses of LabeledDocumentUpdateBuilder in org.wikidata.wdtk.datamodel.helpers
Subclasses of LabeledDocumentUpdateBuilder in org.wikidata.wdtk.datamodel.helpersModifier and TypeClassDescriptionclassBuilder for incremental construction ofItemUpdateobjects.classBuilder for incremental construction ofMediaInfoUpdateobjects.classBuilder for incremental construction ofPropertyUpdateobjects.classBuilder for incremental construction ofTermedStatementDocumentUpdateobjects.Methods in org.wikidata.wdtk.datamodel.helpers that return LabeledDocumentUpdateBuilderModifier and TypeMethodDescriptionstatic LabeledDocumentUpdateBuilderLabeledDocumentUpdateBuilder.forBaseRevision(LabeledStatementDocument revision) Creates new builder object for constructing update of given base entity revision.static LabeledDocumentUpdateBuilderLabeledDocumentUpdateBuilder.forBaseRevisionId(EntityIdValue entityId, long revisionId) Creates new builder object for constructing update of entity with given revision ID.static LabeledDocumentUpdateBuilderLabeledDocumentUpdateBuilder.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)