Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.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
Modifier and TypeMethodDescriptionJsonDeserializer.deserializeEntityRedirectDocument
(String json) Deserializes a JSON string into aEntityRedirectDocument
.Modifier 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
-
Uses of EntityRedirectDocument in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeMethodDescriptiondefault void
EntityDocumentProcessor.processEntityRedirectDocument
(EntityRedirectDocument entityRedirectDocument) Processes the given EntityRedirectDocument.