Class SiteLinkImpl

java.lang.Object
org.wikidata.wdtk.datamodel.implementation.SiteLinkImpl
All Implemented Interfaces:
SiteLink

public class SiteLinkImpl extends Object implements SiteLink
Jackson implementation of SiteLink.
Author:
Fredo Erxleben, Antonin Delpeuch, Thomas Pellissier Tanon
  • Constructor Details

    • SiteLinkImpl

      public SiteLinkImpl(String title, String site, List<ItemIdValue> badges)
      Constructor.
      Parameters:
      title - the title of the page on the target site
      site - the identifier of the target site (such as "dewiki")
      badges - the list of badge identifiers worn by this site link. Can be null.
  • Method Details