| Package | Description |
|---|---|
| fi.metatavu.kuntaapi.server.rest.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceHour |
ServiceHour.additionalInformation(List<LocalizedValue> additionalInformation) |
ServiceHour |
ServiceHour.closes(String closes) |
ServiceHour |
ServiceHour.days(List<Integer> days) |
ServiceHour |
ServiceHour.opens(String opens) |
ServiceHour |
ServiceHour.status(String status) |
ServiceHour |
ServiceHour.type(String type) |
ServiceHour |
ServiceHour.validFrom(OffsetDateTime validFrom) |
ServiceHour |
ServiceHour.validTo(OffsetDateTime validTo) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceHour> |
WebPageChannel.getServiceHours() |
List<ServiceHour> |
PrintableFormChannel.getServiceHours() |
List<ServiceHour> |
ServiceLocationChannel.getServiceHours() |
List<ServiceHour> |
ElectronicChannel.getServiceHours() |
List<ServiceHour> |
PhoneChannel.getServiceHours() |
| Modifier and Type | Method and Description |
|---|---|
WebPageChannel |
WebPageChannel.serviceHours(List<ServiceHour> serviceHours) |
PrintableFormChannel |
PrintableFormChannel.serviceHours(List<ServiceHour> serviceHours) |
ServiceLocationChannel |
ServiceLocationChannel.serviceHours(List<ServiceHour> serviceHours) |
ElectronicChannel |
ElectronicChannel.serviceHours(List<ServiceHour> serviceHours) |
PhoneChannel |
PhoneChannel.serviceHours(List<ServiceHour> serviceHours) |
void |
WebPageChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
PrintableFormChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
ServiceLocationChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
ElectronicChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
PhoneChannel.setServiceHours(List<ServiceHour> serviceHours) |
Copyright © 2017 Metatavu Oy. All rights reserved.