Uses of Interface
org.wikidata.wdtk.wikibaseapi.GuidGenerator
Package
Description
Components for accessing the Web API of a Wikibase website, such as wikidata.org.
-
Uses of GuidGenerator in org.wikidata.wdtk.wikibaseapi
Modifier and TypeClassDescriptionclass
Generates fresh hashes for new statements, snaks or references, based on Java's own random generator (java.util.UUID).Modifier and TypeMethodDescriptionvoid
StatementUpdate.setGuidGenerator
(GuidGenerator generator) Deprecated.Sets the GUID generator for this statement update.ModifierConstructorDescriptionWikibaseDataEditor
(ApiConnection connection, String siteUri, GuidGenerator generator) Creates an object to edit data via the Web API of the givenApiConnection
object.