public class DSDService extends Object
| Constructor and Description |
|---|
DSDService() |
| Modifier and Type | Method and Description |
|---|---|
DSDResponseDto |
createConceptDSDExample() |
List<DSDDatasetResponseDto> |
getDatasets(String identifier)
Query the DSD by doctype + country
|
List<DSDDatasetResponseDto> |
getDatasets(String identifier,
String country)
Query the DSD by doctype, and then transform the result to "something simpler"
|
public List<DSDDatasetResponseDto> getDatasets(String identifier, String country) throws IOException
identifier - The dataset type identifier.country - The country id (ISO-2A)..IOExceptionpublic List<DSDDatasetResponseDto> getDatasets(String identifier) throws IOException
identifier - The dataset type identifier.IOExceptionpublic DSDResponseDto createConceptDSDExample()
Copyright © 2020–2021 toop.eu. All rights reserved.