Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.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
Modifier and TypeMethodDescriptionPropertyUpdateBuilder.build()
static PropertyUpdate
Datamodel.makePropertyUpdate
(PropertyIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements) Creates newPropertyUpdate
.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionDataObjectFactory.getPropertyUpdate
(PropertyIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements) Creates newPropertyUpdate
.