Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.ItemUpdate
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 ItemUpdate in org.wikidata.wdtk.datamodel.helpers
Modifier and TypeMethodDescriptionItemUpdateBuilder.build()
static ItemUpdate
Datamodel.makeItemUpdate
(ItemIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements, Collection<SiteLink> modifiedSiteLinks, Collection<String> removedSiteLinks) Creates newItemUpdate
.Modifier and TypeMethodDescriptionItemUpdateBuilder.append
(ItemUpdate update) Replays all changes in provided update into this builder object.static boolean
Equality.equalsItemUpdate
(ItemUpdate o1, Object o2) Returnstrue
if the twoItemUpdate
objects contain exactly the same data.static int
Hash.hashCode
(ItemUpdate o) Calculates hash code for givenItemUpdate
object. -
Uses of ItemUpdate in org.wikidata.wdtk.datamodel.implementation
Modifier and TypeMethodDescriptionDataObjectFactoryImpl.getItemUpdate
(ItemIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements, Collection<SiteLink> modifiedSiteLinks, Collection<String> removedSiteLinks) -
Uses of ItemUpdate in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeMethodDescriptionDataObjectFactory.getItemUpdate
(ItemIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements, Collection<SiteLink> modifiedSiteLinks, Collection<String> removedSiteLinks) Creates newItemUpdate
.