Package org.wikidata.wdtk.wikibaseapi
Class WbGetEntitiesActionData
java.lang.Object
org.wikidata.wdtk.wikibaseapi.WbGetEntitiesActionData
This class is a simple record that holds the properties of an wbgetentities
action request. It is used internally by
WikibaseDataFetcher
to
gather parameters for the request.- Author:
- Michael Guenther
-
Field Summary
Modifier and TypeFieldDescriptionList of ids for entities.List of language codes for restricting language-specific data.List of strings that define which data should be returned.List of site keys for restricting site links.List of site keys.List of page titles. -
Constructor Summary
-
Method Summary
-
Field Details
-
ids
List of ids for entities. Use | as a separator. SeeWbGetEntitiesAction.wbGetEntities(String, String, String, String, String, String)
for details. -
sites
List of site keys. Use | as a separator. SeeWbGetEntitiesAction.wbGetEntities(String, String, String, String, String, String)
for details. -
titles
List of page titles. Use | as a separator. SeeWbGetEntitiesAction.wbGetEntities(String, String, String, String, String, String)
for details. -
props
List of strings that define which data should be returned. Use | as a separator. SeeWbGetEntitiesAction.wbGetEntities(String, String, String, String, String, String)
for details. -
languages
List of language codes for restricting language-specific data. Use | as a separator. SeeWbGetEntitiesAction.wbGetEntities(String, String, String, String, String, String)
for details. -
sitefilter
List of site keys for restricting site links. Use | as a separator. SeeWbGetEntitiesAction.wbGetEntities(String, String, String, String, String, String)
for details.
-
-
Constructor Details
-
WbGetEntitiesActionData
public WbGetEntitiesActionData()
-