| Package | Description |
|---|---|
| fi.metatavu.kuntaapi.server.rest | |
| fi.metatavu.kuntaapi.server.rest.model |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.ws.rs.core.Response |
PhoneServiceChannelsApi.updatePhoneServiceChannel(String phoneServiceChannelId,
PhoneServiceChannel payload,
javax.ws.rs.core.Request request) |
| Modifier and Type | Method and Description |
|---|---|
PhoneServiceChannel |
PhoneServiceChannel.areas(List<Area> areas)
List of organization areas.
|
PhoneServiceChannel |
PhoneServiceChannel.areaType(String areaType)
Area type (WholeCountry, WholeCountryExceptAlandIslands, AreaType).
|
PhoneServiceChannel |
PhoneServiceChannel.descriptions(List<LocalizedValue> descriptions)
List of localized service channel descriptions.
|
PhoneServiceChannel |
PhoneServiceChannel.id(String id)
Identifier for the service channel.
|
PhoneServiceChannel |
PhoneServiceChannel.languages(List<String> languages)
List of languages the service channel is available in (two letter language code).
|
PhoneServiceChannel |
PhoneServiceChannel.names(List<LocalizedValue> names)
Localized list of service channel names.
|
PhoneServiceChannel |
PhoneServiceChannel.organizationId(String organizationId)
Organization identifier responsible for the channel.
|
PhoneServiceChannel |
PhoneServiceChannel.phoneNumbers(List<Phone> phoneNumbers)
List of phone numbers for the service channel.
|
PhoneServiceChannel |
PhoneServiceChannel.publishingStatus(String publishingStatus)
Service channel publishing status.
|
PhoneServiceChannel |
PhoneServiceChannel.serviceHours(List<ServiceHour> serviceHours)
List of service channel service hours.
|
PhoneServiceChannel |
PhoneServiceChannel.supportEmails(List<Email> supportEmails)
List of support email addresses for the service channel.
|
PhoneServiceChannel |
PhoneServiceChannel.webPages(List<WebPage> webPages)
List of service channel web pages.
|
Copyright © 2017 Metatavu Oy. All rights reserved.