Uses of Class
org.openrefine.wikidata.updates.MediaInfoEditBuilder
Packages that use MediaInfoEditBuilder
-
Uses of MediaInfoEditBuilder in org.openrefine.wikidata.schema
Methods in org.openrefine.wikidata.schema with parameters of type MediaInfoEditBuilderModifier and TypeMethodDescriptionvoidWbNameDescExpr.contributeTo(MediaInfoEditBuilder entity, ExpressionContext ctxt) Evaluates the expression and adds the result to the entity update. -
Uses of MediaInfoEditBuilder in org.openrefine.wikidata.updates
Methods in org.openrefine.wikidata.updates that return MediaInfoEditBuilderModifier and TypeMethodDescriptionMediaInfoEditBuilder.addLabel(org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue label, boolean override) Adds a label to the entity.MediaInfoEditBuilder.addLabels(Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labels, boolean override) Adds a list of labels to the entity.MediaInfoEditBuilder.addStatement(StatementEdit statement) Adds an update to a statement.MediaInfoEditBuilder.addStatements(List<StatementEdit> statements) Add a list of statement, as inaddStatement(org.openrefine.wikidata.updates.StatementEdit).