Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.LabeledStatementDocument
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 LabeledStatementDocument in org.wikidata.wdtk.datamodel.helpers
Modifier and TypeMethodDescriptionstatic LabeledDocumentUpdateBuilder
LabeledDocumentUpdateBuilder.forBaseRevision
(LabeledStatementDocument revision) Creates new builder object for constructing update of given base entity revision.ModifierConstructorDescriptionprotected
Initializes new builder object for constructing update of given base entity revision. -
Uses of LabeledStatementDocument in org.wikidata.wdtk.datamodel.implementation
Modifier and TypeClassDescriptionclass
Jackson implementation ofItemDocument
.class
Jackson implementation ofMediaInfoDocument
.class
Jackson implementation ofPropertyDocument
.class
Abstract Jackson implementation ofTermedDocument
andStatementDocument
. -
Uses of LabeledStatementDocument in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeInterfaceDescriptioninterface
Interface for datasets that describe items.interface
Interface for datasets that describe media entities.interface
Interface for datasets that describe properties.interface
This interface just joinsTermedDocument
andStatementDocument
.Modifier and TypeMethodDescriptionLabeledStatementDocument.withLabel
(MonolingualTextValue newLabel) LabeledStatementDocument.withoutStatementIds
(Set<String> statementIds) LabeledStatementDocument.withRevisionId
(long newRevisionId) LabeledStatementDocument.withStatement
(Statement statement)