Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.EntityUpdate
Packages that use EntityUpdate
Package
Description
Package for mostly static helper code to work with data objects.
Basic implementation for objects representing Wikibase data and related factories.
Interfaces for representing Wikibase data and related factories.
Components for accessing the Web API of a Wikibase website, such as wikidata.org.
-
Uses of EntityUpdate in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return EntityUpdateModifier and TypeMethodDescriptionabstract EntityUpdate
EntityUpdateBuilder.build()
Creates newEntityUpdate
object with contents of this builder object.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type EntityUpdateModifier and TypeMethodDescriptionstatic String
JsonSerializer.getJsonString
(EntityUpdate update) Serializes the given object in JSON and returns the resulting string. -
Uses of EntityUpdate in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement EntityUpdateModifier and TypeClassDescriptionclass
Jackson implementation ofEntityUpdate
.class
Jackson implementation ofFormUpdate
.class
Jackson implementation ofItemUpdate
.class
Jackson implementation ofLabeledStatementDocumentUpdate
.class
Jackson implementation ofLexemeUpdate
.class
Jackson implementation ofMediaInfoUpdate
.class
Jackson implementation ofPropertyUpdate
.class
Jackson implementation ofSenseUpdate
.class
Jackson implementation ofStatementDocumentUpdate
.class
Jackson implementation ofTermedStatementDocumentUpdate
. -
Uses of EntityUpdate in org.wikidata.wdtk.datamodel.interfaces
Subinterfaces of EntityUpdate in org.wikidata.wdtk.datamodel.interfacesModifier and TypeInterfaceDescriptioninterface
Collection of changes that can be applied to form entity.interface
Collection of changes that can be applied to item entity.interface
Collection of changes that can be applied to an entity that has labels.interface
Collection of changes that can be applied to an entity that has labels and statements.interface
Collection of changes that can be applied to lexeme entity.interface
Collection of changes that can be applied to media entity.interface
Collection of changes that can be applied to property entity.interface
Collection of changes that can be applied to sense entity.interface
Collection of changes that can be applied to an entity that has statements.interface
Collection of changes that can be applied to an entity that has labels, aliases, and descriptions.interface
Collection of changes that can be applied to an entity that has labels, aliases, descriptions, and statements. -
Uses of EntityUpdate in org.wikidata.wdtk.wikibaseapi
Methods in org.wikidata.wdtk.wikibaseapi with parameters of type EntityUpdateModifier and TypeMethodDescriptionWikibaseDataEditor.editEntityDocument
(EntityUpdate update, boolean clear, String summary, List<String> tags) UpdatesEntityDocument
entity.