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 booleanEquality.equalsEntityRedirectDocument(EntityRedirectDocument o1, Object o2) Returnstrueif the parameters are twoEntityRedirectDocumentobjects with exactly the same data.static intHash.hashCode(EntityRedirectDocument o) Returns a hash code for the given object.static StringToString.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 voidEntityDocumentProcessor.processEntityRedirectDocument(EntityRedirectDocument entityRedirectDocument) Processes the given EntityRedirectDocument.