Uses of Class
org.wikidata.wdtk.datamodel.helpers.StatementDocumentUpdateBuilder
Packages that use StatementDocumentUpdateBuilder
Package
Description
Package for mostly static helper code to work with data objects.
-
Uses of StatementDocumentUpdateBuilder in org.wikidata.wdtk.datamodel.helpers
Subclasses of StatementDocumentUpdateBuilder in org.wikidata.wdtk.datamodel.helpersModifier and TypeClassDescriptionclassBuilder for incremental construction ofFormUpdateobjects.classBuilder for incremental construction ofItemUpdateobjects.classBuilder for incremental construction ofLabeledStatementDocumentUpdateobjects.classBuilder for incremental construction ofLexemeUpdateobjects.classBuilder for incremental construction ofMediaInfoUpdateobjects.classBuilder for incremental construction ofPropertyUpdateobjects.classBuilder for incremental construction ofSenseUpdateobjects.classBuilder for incremental construction ofTermedStatementDocumentUpdateobjects.Methods in org.wikidata.wdtk.datamodel.helpers that return StatementDocumentUpdateBuilderModifier and TypeMethodDescriptionStatementDocumentUpdateBuilder.forBaseRevision(StatementDocument revision) Creates new builder object for constructing update of given base entity revision.StatementDocumentUpdateBuilder.forBaseRevisionId(EntityIdValue entityId, long revisionId) Creates new builder object for constructing update of entity with given revision ID.StatementDocumentUpdateBuilder.forEntityId(EntityIdValue entityId) Creates new builder object for constructing update of entity with given ID.StatementDocumentUpdateBuilder.updateStatements(StatementUpdate update) Updates entity statements.