Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.PropertyUpdate
Packages that use PropertyUpdate
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 PropertyUpdate in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return PropertyUpdateModifier and TypeMethodDescriptionPropertyUpdateBuilder.build()
static PropertyUpdate
Datamodel.makePropertyUpdate
(PropertyIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements) Creates newPropertyUpdate
.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type PropertyUpdateModifier and TypeMethodDescriptionPropertyUpdateBuilder.append
(PropertyUpdate update) Replays all changes in provided update into this builder object.static boolean
Equality.equalsPropertyUpdate
(PropertyUpdate o1, Object o2) Returnstrue
if the twoPropertyUpdate
objects contain exactly the same data.static int
Hash.hashCode
(PropertyUpdate o) Calculates hash code for givenPropertyUpdate
object. -
Uses of PropertyUpdate in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement PropertyUpdateMethods in org.wikidata.wdtk.datamodel.implementation that return PropertyUpdateModifier and TypeMethodDescriptionDataObjectFactoryImpl.getPropertyUpdate
(PropertyIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements) -
Uses of PropertyUpdate in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return PropertyUpdateModifier and TypeMethodDescriptionDataObjectFactory.getPropertyUpdate
(PropertyIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements) Creates newPropertyUpdate
.