Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.MediaInfoUpdate
Packages that use 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
Methods in org.wikidata.wdtk.datamodel.helpers that return MediaInfoUpdateModifier and TypeMethodDescriptionMediaInfoUpdateBuilder.build()
static MediaInfoUpdate
Datamodel.makeMediaInfoUpdate
(MediaInfoIdValue entityId, long revisionId, TermUpdate labels, StatementUpdate statements) Creates newMediaInfoUpdate
.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type MediaInfoUpdateModifier 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
Classes in org.wikidata.wdtk.datamodel.implementation that implement MediaInfoUpdateMethods in org.wikidata.wdtk.datamodel.implementation that return MediaInfoUpdateModifier and TypeMethodDescriptionDataObjectFactoryImpl.getMediaInfoUpdate
(MediaInfoIdValue entityId, long revisionId, TermUpdate labels, StatementUpdate statements) -
Uses of MediaInfoUpdate in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return MediaInfoUpdateModifier and TypeMethodDescriptionDataObjectFactory.getMediaInfoUpdate
(MediaInfoIdValue entityId, long revisionId, TermUpdate labels, StatementUpdate statements) Creates newMediaInfoUpdate
.