| Package | Description |
|---|---|
| fi.metatavu.kuntaapi.server.rest.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceHour |
ServiceHour.additionalInformation(List<LocalizedValue> additionalInformation)
Localized list of additional information.
|
ServiceHour |
ServiceHour.isClosed(Boolean isClosed)
Set to true to present a time between the valid from and to times as closed.
|
ServiceHour |
ServiceHour.openingHour(List<DailyOpeningTime> openingHour)
List of servicing hours (open and closes times).
|
ServiceHour |
ServiceHour.serviceHourType(String serviceHourType) |
ServiceHour |
ServiceHour.validForNow(Boolean validForNow)
Set to true to present that this entry is valid for now.
|
ServiceHour |
ServiceHour.validFrom(OffsetDateTime validFrom)
Date time where from this entry is valid.
|
ServiceHour |
ServiceHour.validTo(OffsetDateTime validTo)
Date time to this entry is valid.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceHour> |
ServiceLocationServiceChannel.getServiceHours() |
List<ServiceHour> |
WebPageServiceChannel.getServiceHours() |
List<ServiceHour> |
PrintableFormServiceChannel.getServiceHours() |
List<ServiceHour> |
PhoneServiceChannel.getServiceHours() |
List<ServiceHour> |
ElectronicServiceChannel.getServiceHours() |
| Modifier and Type | Method and Description |
|---|---|
ServiceLocationServiceChannel |
ServiceLocationServiceChannel.serviceHours(List<ServiceHour> serviceHours)
List of service channel service hours.
|
WebPageServiceChannel |
WebPageServiceChannel.serviceHours(List<ServiceHour> serviceHours)
List of service channel service hours.
|
PrintableFormServiceChannel |
PrintableFormServiceChannel.serviceHours(List<ServiceHour> serviceHours)
List of service channel service hours.
|
PhoneServiceChannel |
PhoneServiceChannel.serviceHours(List<ServiceHour> serviceHours)
List of service channel service hours.
|
ElectronicServiceChannel |
ElectronicServiceChannel.serviceHours(List<ServiceHour> serviceHours) |
void |
ServiceLocationServiceChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
WebPageServiceChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
PrintableFormServiceChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
PhoneServiceChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
ElectronicServiceChannel.setServiceHours(List<ServiceHour> serviceHours) |
Copyright © 2017 Metatavu Oy. All rights reserved.