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 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 ofStatementDocumentUpdateobjects.classBuilder for incremental construction ofTermedStatementDocumentUpdateobjects.Methods in org.wikidata.wdtk.datamodel.helpers that return EntityUpdateBuilderModifier and TypeMethodDescriptionstatic EntityUpdateBuilderEntityUpdateBuilder.forBaseRevision(EntityDocument revision) Creates new builder object for constructing update of given base entity revision.static EntityUpdateBuilderEntityUpdateBuilder.forBaseRevisionId(EntityIdValue entityId, long revisionId) Creates new builder object for constructing update of entity with given revision ID.static EntityUpdateBuilderEntityUpdateBuilder.forEntityId(EntityIdValue entityId) Creates new builder object for constructing update of entity with given ID.