| Package | Description |
|---|---|
| fi.metatavu.kuntaapi.server.rest.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceChannelAttachment |
ServiceChannelAttachment.description(String description) |
ServiceChannelAttachment |
ServiceChannelAttachment.language(String language) |
ServiceChannelAttachment |
ServiceChannelAttachment.name(String name) |
ServiceChannelAttachment |
ServiceChannelAttachment.type(String type) |
ServiceChannelAttachment |
ServiceChannelAttachment.url(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceChannelAttachment> |
WebPageChannel.getAttachments() |
List<ServiceChannelAttachment> |
PrintableFormChannel.getAttachments() |
List<ServiceChannelAttachment> |
ElectronicChannel.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
WebPageChannel |
WebPageChannel.attachments(List<ServiceChannelAttachment> attachments) |
PrintableFormChannel |
PrintableFormChannel.attachments(List<ServiceChannelAttachment> attachments) |
ElectronicChannel |
ElectronicChannel.attachments(List<ServiceChannelAttachment> attachments) |
void |
WebPageChannel.setAttachments(List<ServiceChannelAttachment> attachments) |
void |
PrintableFormChannel.setAttachments(List<ServiceChannelAttachment> attachments) |
void |
ElectronicChannel.setAttachments(List<ServiceChannelAttachment> attachments) |
Copyright © 2017 Metatavu Oy. All rights reserved.