Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.MediaInfoUpdate
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 MediaInfoUpdate in org.wikidata.wdtk.datamodel.helpers
Modifier and TypeMethodDescriptionMediaInfoUpdateBuilder.build()
static MediaInfoUpdate
Datamodel.makeMediaInfoUpdate
(MediaInfoIdValue entityId, long revisionId, TermUpdate labels, StatementUpdate statements) Creates newMediaInfoUpdate
.Modifier and TypeMethodDescriptionMediaInfoUpdateBuilder.apply
(MediaInfoUpdate update) Replays all changes in provided update into this builder object.static boolean
Equality.equalsMediaInfoUpdate
(MediaInfoUpdate o1, Object o2) Returnstrue
if the twoMediaInfoUpdate
objects contain exactly the same data.static int
Hash.hashCode
(MediaInfoUpdate o) Calculates hash code for givenMediaInfoUpdate
object. -
Uses of MediaInfoUpdate in org.wikidata.wdtk.datamodel.implementation
Modifier and TypeMethodDescriptionDataObjectFactoryImpl.getMediaInfoUpdate
(MediaInfoIdValue entityId, long revisionId, TermUpdate labels, StatementUpdate statements) -
Uses of MediaInfoUpdate in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeMethodDescriptionDataObjectFactory.getMediaInfoUpdate
(MediaInfoIdValue entityId, long revisionId, TermUpdate labels, StatementUpdate statements) Creates newMediaInfoUpdate
.