Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.EntityRedirectDocument
Packages that use EntityRedirectDocument
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 EntityRedirectDocument in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return EntityRedirectDocumentModifier and TypeMethodDescriptionJsonDeserializer.deserializeEntityRedirectDocument
(String json) Deserializes a JSON string into aEntityRedirectDocument
.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type EntityRedirectDocumentModifier and TypeMethodDescriptionstatic boolean
Equality.equalsEntityRedirectDocument
(EntityRedirectDocument o1, Object o2) Returnstrue
if the parameters are twoEntityRedirectDocument
objects with exactly the same data.static int
Hash.hashCode
(EntityRedirectDocument o) Returns a hash code for the given object.static String
ToString.toString
(EntityRedirectDocument o) Returns a human-readable string representation of the given object. -
Uses of EntityRedirectDocument in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement EntityRedirectDocumentMethods in org.wikidata.wdtk.datamodel.implementation that return EntityRedirectDocument -
Uses of EntityRedirectDocument in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return EntityRedirectDocumentMethods in org.wikidata.wdtk.datamodel.interfaces with parameters of type EntityRedirectDocumentModifier and TypeMethodDescriptiondefault void
EntityDocumentProcessor.processEntityRedirectDocument
(EntityRedirectDocument entityRedirectDocument) Processes the given EntityRedirectDocument.