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 LabeledDocumentUpdateBuilderLabeledDocumentUpdateBuilder.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 LabeledStatementDocumentModifierConstructorDescriptionprotectedInitializes 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 TypeClassDescriptionclassJackson implementation ofItemDocument.classJackson implementation ofMediaInfoDocument.classJackson implementation ofPropertyDocument.classAbstract Jackson implementation ofTermedDocumentandStatementDocument. -
Uses of LabeledStatementDocument in org.wikidata.wdtk.datamodel.interfaces
Subinterfaces of LabeledStatementDocument in org.wikidata.wdtk.datamodel.interfacesModifier and TypeInterfaceDescriptioninterfaceInterface for datasets that describe items.interfaceInterface for datasets that describe media entities.interfaceInterface for datasets that describe properties.interfaceThis interface just joinsTermedDocumentandStatementDocument.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)