| 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 |
Address.getMunicipality() |
Municipality |
Organization.getMunicipality() |
Municipality |
Municipality.names(List<LocalizedValue> names) |
| Modifier and Type | Method and Description |
|---|---|
List<Municipality> |
Service.getMunicipalities() |
List<Municipality> |
ServiceLocationServiceChannel.getServiceAreas() |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.municipality(Municipality municipality) |
Organization |
Organization.municipality(Municipality municipality)
Municipality including municipality code and a localized list of municipality names.
|
void |
Address.setMunicipality(Municipality municipality) |
void |
Organization.setMunicipality(Municipality municipality) |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.municipalities(List<Municipality> municipalities) |
ServiceLocationServiceChannel |
ServiceLocationServiceChannel.serviceAreas(List<Municipality> serviceAreas)
List of serviceareas.
|
void |
Service.setMunicipalities(List<Municipality> municipalities) |
void |
ServiceLocationServiceChannel.setServiceAreas(List<Municipality> serviceAreas) |
Copyright © 2017 Metatavu Oy. All rights reserved.