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 TypeClassDescriptionclassJackson implementation ofItemDocument.classJackson implementation ofMediaInfoDocument.classJackson implementation ofPropertyDocument.classAbstract Jackson implementation ofTermedDocumentandStatementDocument. -
Uses of LabeledDocument in org.wikidata.wdtk.datamodel.interfaces
Subinterfaces of LabeledDocument in org.wikidata.wdtk.datamodel.interfacesModifier and TypeInterfaceDescriptioninterfaceInterface for datasets that describe items.interfaceThis interface just joinsLabeledDocumentandStatementDocument.interfaceInterface for datasets that describe media entities.interfaceInterface for datasets that describe properties.interfaceInterface for EntityDocuments that can be described by terms in several languages.interfaceThis interface just joinsTermedDocumentandStatementDocument.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.