Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.StatementDocumentUpdate
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.
-
Uses of StatementDocumentUpdate in org.wikidata.wdtk.datamodel.helpers
Modifier and TypeMethodDescriptionabstract StatementDocumentUpdate
StatementDocumentUpdateBuilder.build()
Creates newStatementDocumentUpdate
object with contents of this builder object. -
Uses of StatementDocumentUpdate in org.wikidata.wdtk.datamodel.implementation
Modifier and TypeClassDescriptionclass
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 StatementDocumentUpdate in org.wikidata.wdtk.datamodel.interfaces
Modifier 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 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 labels, aliases, descriptions, and statements.