Package org.wikidata.wdtk.wikibaseapi
Class WbGetEntitiesSearchData
java.lang.Object
org.wikidata.wdtk.wikibaseapi.WbGetEntitiesSearchData
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 TypeFieldDescriptionsearch in this language.maximal number of results no more than 50 (500 for bots) allowed.offset where to continue a search this parameter is called "continue" in the API (which is a Java keyword).search for this text.whether to disable language fallback.search for this type of entity One of the following values: item, property.get response in this language. -
Constructor Summary
-
Method Summary
-
Field Details
-
search
search for this text. SeeWbSearchEntitiesAction.wbSearchEntities(String, String, Boolean, String, Long, Long, String)
for details. -
language
search in this language. SeeWbSearchEntitiesAction.wbSearchEntities(String, String, Boolean, String, Long, Long, String)
for details. -
strictlanguage
whether to disable language fallback. SeeWbSearchEntitiesAction.wbSearchEntities(String, String, Boolean, String, Long, Long, String)
for details. -
type
search for this type of entity One of the following values: item, property. SeeWbSearchEntitiesAction.wbSearchEntities(String, String, Boolean, String, Long, Long, String)
for details. -
limit
maximal number of results no more than 50 (500 for bots) allowed. SeeWbSearchEntitiesAction.wbSearchEntities(String, String, Boolean, String, Long, Long, String)
for details. -
offset
offset where to continue a search this parameter is called "continue" in the API (which is a Java keyword). SeeWbSearchEntitiesAction.wbSearchEntities(String, String, Boolean, String, Long, Long, String)
for details. -
uselang
get response in this language. SeeWbSearchEntitiesAction.wbSearchEntities(String, String, Boolean, String, Long, Long, String)
for details.
-
-
Constructor Details
-
WbGetEntitiesSearchData
public WbGetEntitiesSearchData()
-