Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.LabeledDocument
Packages that use LabeledDocument
Package
Description
Basic implementation for objects representing Wikibase data and related factories.
Interfaces for representing Wikibase data and related factories.
-
Uses of LabeledDocument in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement LabeledDocumentModifier and TypeClassDescriptionclass
Jackson implementation ofItemDocument
.class
Jackson implementation ofMediaInfoDocument
.class
Jackson implementation ofPropertyDocument
.class
Abstract Jackson implementation ofTermedDocument
andStatementDocument
. -
Uses of LabeledDocument in org.wikidata.wdtk.datamodel.interfaces
Subinterfaces of LabeledDocument in org.wikidata.wdtk.datamodel.interfacesModifier and TypeInterfaceDescriptioninterface
Interface for datasets that describe items.interface
This interface just joinsLabeledDocument
andStatementDocument
.interface
Interface for datasets that describe media entities.interface
Interface for datasets that describe properties.interface
Interface for EntityDocuments that can be described by terms in several languages.interface
This interface just joinsTermedDocument
andStatementDocument
.Methods in org.wikidata.wdtk.datamodel.interfaces that return LabeledDocumentModifier and TypeMethodDescriptionLabeledDocument.withLabel
(MonolingualTextValue newLabel) Returns a new version of this document with a new label (which overrides any existing label for this language).LabeledDocument.withRevisionId
(long newRevisionId) Returns a copy of this document with an updated revision id.