Uses of Class
org.wikidata.wdtk.datamodel.helpers.EntityUpdateBuilder
Packages that use EntityUpdateBuilder
Package
Description
Package for mostly static helper code to work with data objects.
-
Uses of EntityUpdateBuilder in org.wikidata.wdtk.datamodel.helpers
Subclasses of EntityUpdateBuilder 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 ofStatementDocumentUpdate
objects.class
Builder for incremental construction ofTermedStatementDocumentUpdate
objects.Methods in org.wikidata.wdtk.datamodel.helpers that return EntityUpdateBuilderModifier and TypeMethodDescriptionstatic EntityUpdateBuilder
EntityUpdateBuilder.forBaseRevision
(EntityDocument revision) Creates new builder object for constructing update of given base entity revision.static EntityUpdateBuilder
EntityUpdateBuilder.forBaseRevisionId
(EntityIdValue entityId, long revisionId) Creates new builder object for constructing update of entity with given revision ID.static EntityUpdateBuilder
EntityUpdateBuilder.forEntityId
(EntityIdValue entityId) Creates new builder object for constructing update of entity with given ID.