Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.StatementDocumentUpdate
Packages that use 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
Methods in org.wikidata.wdtk.datamodel.helpers that return StatementDocumentUpdateModifier and TypeMethodDescriptionabstract StatementDocumentUpdateStatementDocumentUpdateBuilder.build()Creates newStatementDocumentUpdateobject with contents of this builder object. -
Uses of StatementDocumentUpdate in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement StatementDocumentUpdateModifier and TypeClassDescriptionclassJackson implementation ofFormUpdate.classJackson implementation ofItemUpdate.classJackson implementation ofLabeledStatementDocumentUpdate.classJackson implementation ofLexemeUpdate.classJackson implementation ofMediaInfoUpdate.classJackson implementation ofPropertyUpdate.classJackson implementation ofSenseUpdate.classJackson implementation ofStatementDocumentUpdate.classJackson implementation ofTermedStatementDocumentUpdate. -
Uses of StatementDocumentUpdate in org.wikidata.wdtk.datamodel.interfaces
Subinterfaces of StatementDocumentUpdate in org.wikidata.wdtk.datamodel.interfacesModifier and TypeInterfaceDescriptioninterfaceCollection of changes that can be applied to form entity.interfaceCollection of changes that can be applied to item entity.interfaceCollection of changes that can be applied to an entity that has labels and statements.interfaceCollection of changes that can be applied to lexeme entity.interfaceCollection of changes that can be applied to media entity.interfaceCollection of changes that can be applied to property entity.interfaceCollection of changes that can be applied to sense entity.interfaceCollection of changes that can be applied to an entity that has labels, aliases, descriptions, and statements.