| Package | Description |
|---|---|
| fi.metatavu.kuntaapi.server.rest.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.additionalInformations(List<LocalizedValue> additionalInformations)
Localized list of additional information about the address.
|
Address |
Address.coordinateState(String coordinateState)
State of coordinates.
|
Address |
Address.country(String country)
Country code (ISO 3166-1 alpha-2), for example FI.
|
Address |
PrintableFormServiceChannel.getDeliveryAddress() |
Address |
Address.latitude(String latitude)
Service location latitude coordinate.
|
Address |
Address.longitude(String longitude)
Service location longitude coordinate.
|
Address |
Address.municipality(Municipality municipality) |
Address |
Address.postalCode(String postalCode)
Postal code, for example 00010.
|
Address |
Address.postOffice(List<LocalizedValue> postOffice)
List of localized Post offices, for example Helsinki, Helsingfors.
|
Address |
Address.postOfficeBox(String postOfficeBox)
Post office box like PL 310
|
Address |
Address.streetAddress(List<LocalizedValue> streetAddress)
List of localized street addresses.
|
Address |
Address.streetNumber(String streetNumber)
Street number for street address.
|
Address |
Address.type(String type)
Address type, Visiting or Postal.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
ServiceLocationServiceChannel.getAddresses() |
List<Address> |
Contact.getAddresses() |
List<Address> |
Organization.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
PrintableFormServiceChannel |
PrintableFormServiceChannel.deliveryAddress(Address deliveryAddress)
Form delivery address.
|
void |
PrintableFormServiceChannel.setDeliveryAddress(Address deliveryAddress) |
| Modifier and Type | Method and Description |
|---|---|
ServiceLocationServiceChannel |
ServiceLocationServiceChannel.addresses(List<Address> addresses)
List of service location addresses.
|
Contact |
Contact.addresses(List<Address> addresses) |
Organization |
Organization.addresses(List<Address> addresses)
List of organizations addresses.
|
void |
ServiceLocationServiceChannel.setAddresses(List<Address> addresses) |
void |
Contact.setAddresses(List<Address> addresses) |
void |
Organization.setAddresses(List<Address> addresses) |
Copyright © 2017 Metatavu Oy. All rights reserved.