public class PhoneServiceChannel extends Object implements Serializable
| Constructor and Description |
|---|
PhoneServiceChannel() |
| Modifier and Type | Method and Description |
|---|---|
PhoneServiceChannel |
areas(List<Area> areas)
List of organization areas.
|
PhoneServiceChannel |
areaType(String areaType)
Area type (WholeCountry, WholeCountryExceptAlandIslands, AreaType).
|
PhoneServiceChannel |
descriptions(List<LocalizedValue> descriptions)
List of localized service channel descriptions.
|
boolean |
equals(Object o) |
List<Area> |
getAreas() |
String |
getAreaType() |
List<LocalizedValue> |
getDescriptions() |
String |
getId() |
List<String> |
getLanguages() |
List<LocalizedValue> |
getNames() |
String |
getOrganizationId() |
List<Phone> |
getPhoneNumbers() |
String |
getPublishingStatus() |
List<ServiceHour> |
getServiceHours() |
List<Email> |
getSupportEmails() |
List<WebPage> |
getWebPages() |
int |
hashCode() |
PhoneServiceChannel |
id(String id)
Identifier for the service channel.
|
PhoneServiceChannel |
languages(List<String> languages)
List of languages the service channel is available in (two letter language code).
|
PhoneServiceChannel |
names(List<LocalizedValue> names)
Localized list of service channel names.
|
PhoneServiceChannel |
organizationId(String organizationId)
Organization identifier responsible for the channel.
|
PhoneServiceChannel |
phoneNumbers(List<Phone> phoneNumbers)
List of phone numbers for the service channel.
|
PhoneServiceChannel |
publishingStatus(String publishingStatus)
Service channel publishing status.
|
PhoneServiceChannel |
serviceHours(List<ServiceHour> serviceHours)
List of service channel service hours.
|
void |
setAreas(List<Area> areas) |
void |
setAreaType(String areaType) |
void |
setDescriptions(List<LocalizedValue> descriptions) |
void |
setId(String id) |
void |
setLanguages(List<String> languages) |
void |
setNames(List<LocalizedValue> names) |
void |
setOrganizationId(String organizationId) |
void |
setPhoneNumbers(List<Phone> phoneNumbers) |
void |
setPublishingStatus(String publishingStatus) |
void |
setServiceHours(List<ServiceHour> serviceHours) |
void |
setSupportEmails(List<Email> supportEmails) |
void |
setWebPages(List<WebPage> webPages) |
PhoneServiceChannel |
supportEmails(List<Email> supportEmails)
List of support email addresses for the service channel.
|
String |
toString() |
PhoneServiceChannel |
webPages(List<WebPage> webPages)
List of service channel web pages.
|
public PhoneServiceChannel id(String id)
public String getId()
public void setId(String id)
public PhoneServiceChannel organizationId(String organizationId)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public PhoneServiceChannel names(List<LocalizedValue> names)
public List<LocalizedValue> getNames()
public void setNames(List<LocalizedValue> names)
public PhoneServiceChannel descriptions(List<LocalizedValue> descriptions)
public List<LocalizedValue> getDescriptions()
public void setDescriptions(List<LocalizedValue> descriptions)
public PhoneServiceChannel phoneNumbers(List<Phone> phoneNumbers)
public PhoneServiceChannel supportEmails(List<Email> supportEmails)
public PhoneServiceChannel languages(List<String> languages)
public PhoneServiceChannel webPages(List<WebPage> webPages)
public PhoneServiceChannel serviceHours(List<ServiceHour> serviceHours)
public List<ServiceHour> getServiceHours()
public void setServiceHours(List<ServiceHour> serviceHours)
public PhoneServiceChannel publishingStatus(String publishingStatus)
public String getPublishingStatus()
public void setPublishingStatus(String publishingStatus)
public PhoneServiceChannel areaType(String areaType)
public String getAreaType()
public void setAreaType(String areaType)
public PhoneServiceChannel areas(List<Area> areas)
Copyright © 2019 Metatavu Oy. All rights reserved.