Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.LabeledStatementDocumentUpdate
Packages that use LabeledStatementDocumentUpdate
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 LabeledStatementDocumentUpdate in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return LabeledStatementDocumentUpdateModifier and TypeMethodDescriptionabstract LabeledStatementDocumentUpdate
LabeledDocumentUpdateBuilder.build()
Creates newLabeledStatementDocumentUpdate
object with contents of this builder object. -
Uses of LabeledStatementDocumentUpdate in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement LabeledStatementDocumentUpdateModifier and TypeClassDescriptionclass
Jackson implementation ofItemUpdate
.class
Jackson implementation ofLabeledStatementDocumentUpdate
.class
Jackson implementation ofMediaInfoUpdate
.class
Jackson implementation ofPropertyUpdate
.class
Jackson implementation ofTermedStatementDocumentUpdate
. -
Uses of LabeledStatementDocumentUpdate in org.wikidata.wdtk.datamodel.interfaces
Subinterfaces of LabeledStatementDocumentUpdate in org.wikidata.wdtk.datamodel.interfacesModifier and TypeInterfaceDescriptioninterface
Collection of changes that can be applied to item 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 an entity that has labels, aliases, descriptions, and statements.