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 PropertyUpdateDatamodel.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 booleanEquality.equalsPropertyUpdate(PropertyUpdate o1, Object o2) Returnstrueif the twoPropertyUpdateobjects contain exactly the same data.static intHash.hashCode(PropertyUpdate o) Calculates hash code for givenPropertyUpdateobject. -
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.