Uses of Class
org.wikidata.wdtk.datamodel.helpers.StatementUpdateBuilder
Packages that use StatementUpdateBuilder
Package
Description
Package for mostly static helper code to work with data objects.
-
Uses of StatementUpdateBuilder in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return StatementUpdateBuilderModifier and TypeMethodDescriptionAdds statement to the entity.StatementUpdateBuilder.append(StatementUpdate update) Replays all changes in provided update into this builder object.static StatementUpdateBuilderStatementUpdateBuilder.create()Creates new builder object for constructing statement update.static StatementUpdateBuilderStatementUpdateBuilder.create(EntityIdValue subject) Creates new builder object for constructing statement update of given subject.static StatementUpdateBuilderStatementUpdateBuilder.forStatementGroups(Collection<StatementGroup> groups) Creates new builder object for constructing update of given base revision statement groups.static StatementUpdateBuilderStatementUpdateBuilder.forStatementGroups(EntityIdValue subject, Collection<StatementGroup> groups) Creates new builder object for constructing update of given base revision statement groups with given subject.static StatementUpdateBuilderStatementUpdateBuilder.forStatements(Collection<Statement> statements) Creates new builder object for constructing update of given base revision statements.static StatementUpdateBuilderStatementUpdateBuilder.forStatements(EntityIdValue subject, Collection<Statement> statements) Creates new builder object for constructing update of given base revision statements with given subject.Removes existing statement from the entity.Replaces existing statement in the entity.