public class WebPageServiceChannel extends Object
| Constructor and Description |
|---|
WebPageServiceChannel() |
public WebPageServiceChannel id(String id)
public String getId()
public void setId(String id)
public WebPageServiceChannel type(String type)
public String getType()
public void setType(String type)
public WebPageServiceChannel organizationId(String organizationId)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public WebPageServiceChannel names(List<LocalizedValue> names)
public List<LocalizedValue> getNames()
public void setNames(List<LocalizedValue> names)
public WebPageServiceChannel descriptions(List<LocalizedValue> descriptions)
public List<LocalizedValue> getDescriptions()
public void setDescriptions(List<LocalizedValue> descriptions)
public WebPageServiceChannel urls(List<LocalizedValue> urls)
public List<LocalizedValue> getUrls()
public void setUrls(List<LocalizedValue> urls)
public WebPageServiceChannel attachments(List<ServiceChannelAttachment> attachments)
public List<ServiceChannelAttachment> getAttachments()
public void setAttachments(List<ServiceChannelAttachment> attachments)
public WebPageServiceChannel supportContacts(List<SupportContact> supportContacts)
public List<SupportContact> getSupportContacts()
public void setSupportContacts(List<SupportContact> supportContacts)
public WebPageServiceChannel languages(List<String> languages)
public WebPageServiceChannel webPages(List<WebPage> webPages)
public WebPageServiceChannel serviceHours(List<ServiceHour> serviceHours)
public List<ServiceHour> getServiceHours()
public void setServiceHours(List<ServiceHour> serviceHours)
public WebPageServiceChannel publishingStatus(String publishingStatus)
public String getPublishingStatus()
public void setPublishingStatus(String publishingStatus)
Copyright © 2017 Metatavu Oy. All rights reserved.