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 MediaInfoUpdateDatamodel.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 booleanEquality.equalsMediaInfoUpdate(MediaInfoUpdate o1, Object o2) Returnstrueif the twoMediaInfoUpdateobjects contain exactly the same data.static intHash.hashCode(MediaInfoUpdate o) Calculates hash code for givenMediaInfoUpdateobject. -
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.