| Package | Description |
|---|---|
| fi.metatavu.kuntaapi.server.rest.model |
| Modifier and Type | Method and Description |
|---|---|
Municipality |
Municipality.code(String code)
Municipality code (like 491 or 091).
|
Municipality |
Organization.getMunicipality() |
Municipality |
Address.getMunicipality() |
Municipality |
Municipality.names(List<LocalizedValue> names) |
| Modifier and Type | Method and Description |
|---|---|
List<Municipality> |
Area.getMunicipalities() |
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.municipality(Municipality municipality)
Municipality including municipality code and a localized list of municipality names.
|
Address |
Address.municipality(Municipality municipality) |
void |
Organization.setMunicipality(Municipality municipality) |
void |
Address.setMunicipality(Municipality municipality) |
| Modifier and Type | Method and Description |
|---|---|
Area |
Area.municipalities(List<Municipality> municipalities)
List of municipalities including municipality code and a localized list of municipality names.
|
void |
Area.setMunicipalities(List<Municipality> municipalities) |
Copyright © 2019 Metatavu Oy. All rights reserved.