| 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)
Closing time in format HH:mm for example 19:00
|
ServiceHour |
ServiceHour.days(List<Integer> days)
Array of week numbers indices where serice hour is active (0 == sunday)
|
ServiceHour |
ServiceHour.exceptionHourType(String exceptionHourType)
Type of service hour exception type.
|
ServiceHour |
ServiceHour.opens(String opens)
Opening time in format HH:mm for example 08:00.
|
ServiceHour |
ServiceHour.timezone(String timezone) |
ServiceHour |
ServiceHour.type(String type)
Type of service hour (Standard, Exception or Special).
|
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> |
PhoneChannel.getServiceHours() |
List<ServiceHour> |
PrintableFormChannel.getServiceHours() |
List<ServiceHour> |
ServiceLocationChannel.getServiceHours() |
List<ServiceHour> |
ElectronicChannel.getServiceHours() |
List<ServiceHour> |
WebPageChannel.getServiceHours() |
| Modifier and Type | Method and Description |
|---|---|
PhoneChannel |
PhoneChannel.serviceHours(List<ServiceHour> serviceHours) |
PrintableFormChannel |
PrintableFormChannel.serviceHours(List<ServiceHour> serviceHours) |
ServiceLocationChannel |
ServiceLocationChannel.serviceHours(List<ServiceHour> serviceHours) |
ElectronicChannel |
ElectronicChannel.serviceHours(List<ServiceHour> serviceHours) |
WebPageChannel |
WebPageChannel.serviceHours(List<ServiceHour> serviceHours) |
void |
PhoneChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
PrintableFormChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
ServiceLocationChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
ElectronicChannel.setServiceHours(List<ServiceHour> serviceHours) |
void |
WebPageChannel.setServiceHours(List<ServiceHour> serviceHours) |
Copyright © 2017 Metatavu Oy. All rights reserved.