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 TypeClassDescriptionclass
Builder for incremental construction ofFormUpdate
objects.class
Builder for incremental construction ofItemUpdate
objects.class
Builder for incremental construction ofLabeledStatementDocumentUpdate
objects.class
Builder for incremental construction ofLexemeUpdate
objects.class
Builder for incremental construction ofMediaInfoUpdate
objects.class
Builder for incremental construction ofPropertyUpdate
objects.class
Builder for incremental construction ofSenseUpdate
objects.class
Builder for incremental construction ofTermedStatementDocumentUpdate
objects.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.