Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.LabeledStatementDocument
Packages that use 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
Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type LabeledStatementDocumentModifier and TypeMethodDescriptionstatic LabeledDocumentUpdateBuilder
LabeledDocumentUpdateBuilder.forBaseRevision
(LabeledStatementDocument revision) Creates new builder object for constructing update of given base entity revision.Constructors in org.wikidata.wdtk.datamodel.helpers with parameters of type LabeledStatementDocumentModifierConstructorDescriptionprotected
Initializes new builder object for constructing update of given base entity revision. -
Uses of LabeledStatementDocument in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement LabeledStatementDocumentModifier 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
Subinterfaces of LabeledStatementDocument in org.wikidata.wdtk.datamodel.interfacesModifier 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
.Methods in org.wikidata.wdtk.datamodel.interfaces that return LabeledStatementDocumentModifier and TypeMethodDescriptionLabeledStatementDocument.withLabel
(MonolingualTextValue newLabel) LabeledStatementDocument.withoutStatementIds
(Set<String> statementIds) LabeledStatementDocument.withRevisionId
(long newRevisionId) LabeledStatementDocument.withStatement
(Statement statement)