Uses of Class
net.anwiba.spatial.ckan.json.schema.v1_0.License
-
Packages that use License Package Description net.anwiba.spatial.ckan.json.schema.v1_0 net.anwiba.spatial.ckan.query -
-
Uses of License in net.anwiba.spatial.ckan.json.schema.v1_0
Methods in net.anwiba.spatial.ckan.json.schema.v1_0 that return License Modifier and Type Method Description License[]LicenseListResultResponse. getResult()LicenseExtraLicense. getValue()Methods in net.anwiba.spatial.ckan.json.schema.v1_0 with parameters of type License Modifier and Type Method Description voidLicenseListResultResponse. setResult(License[] result)voidExtraLicense. setValue(License value) -
Uses of License in net.anwiba.spatial.ckan.query
Methods in net.anwiba.spatial.ckan.query that return types with arguments of type License Modifier and Type Method Description java.util.List<License>IPackageSearchCondition. getLicenses()java.util.List<License>PackageSearchCondition. getLicenses()java.util.List<License>LicenseSearchResult. getResults()Method parameters in net.anwiba.spatial.ckan.query with type arguments of type License Modifier and Type Method Description IPackageSearchConditionBuilderIPackageSearchConditionBuilder. setLicenses(java.util.List<License> licenses)IPackageSearchConditionBuilderPackageSearchConditionBuilder. setLicenses(java.util.List<License> licenses)Constructor parameters in net.anwiba.spatial.ckan.query with type arguments of type License Constructor Description LicenseSearchResult(java.util.List<License> results, java.lang.Integer resultCount)
-