public class WikidataFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WikidataFilter.Builder
Utility class to build a filter
|
| Constructor and Description |
|---|
WikidataFilter() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Integer> |
getEntityIds() |
Collection<String> |
getEntityTypeCodes() |
Collection<WikidataEntity.Type> |
getEntityTypes() |
Collection<Short> |
getLangIds() |
Collection<Language> |
getLangs() |
Collection<Integer> |
getPropertyIds() |
Collection<Short> |
getRankOrdinals() |
Collection<WikidataStatement.Rank> |
getRanks() |
Collection<WikidataValue> |
getValues() |
public Collection<Language> getLangs()
public Collection<Short> getLangIds()
public Collection<WikidataEntity.Type> getEntityTypes()
public Collection<String> getEntityTypeCodes()
public Collection<WikidataValue> getValues()
public Collection<Integer> getEntityIds()
public Collection<Integer> getPropertyIds()
public Collection<WikidataStatement.Rank> getRanks()
public Collection<Short> getRankOrdinals()
Copyright © 2014. All rights reserved.