public class PhoneChannel extends Object
| Constructor and Description |
|---|
PhoneChannel() |
public PhoneChannel id(String id)
public String getId()
public void setId(String id)
public PhoneChannel type(String type)
public String getType()
public void setType(String type)
public PhoneChannel organizationId(String organizationId)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public PhoneChannel names(List<LocalizedValue> names)
public List<LocalizedValue> getNames()
public void setNames(List<LocalizedValue> names)
public PhoneChannel descriptions(List<LocalizedValue> descriptions)
public List<LocalizedValue> getDescriptions()
public void setDescriptions(List<LocalizedValue> descriptions)
public PhoneChannel phoneType(String phoneType)
public String getPhoneType()
public void setPhoneType(String phoneType)
public PhoneChannel chargeTypes(List<String> chargeTypes)
public PhoneChannel supportContacts(List<SupportContact> supportContacts)
public List<SupportContact> getSupportContacts()
public void setSupportContacts(List<SupportContact> supportContacts)
public PhoneChannel phoneNumbers(List<LocalizedValue> phoneNumbers)
public List<LocalizedValue> getPhoneNumbers()
public void setPhoneNumbers(List<LocalizedValue> phoneNumbers)
public PhoneChannel languages(List<String> languages)
public PhoneChannel phoneChargeDescriptions(List<LocalizedValue> phoneChargeDescriptions)
public List<LocalizedValue> getPhoneChargeDescriptions()
public void setPhoneChargeDescriptions(List<LocalizedValue> phoneChargeDescriptions)
public PhoneChannel webPages(List<WebPage> webPages)
public PhoneChannel serviceHours(List<ServiceHour> serviceHours)
public List<ServiceHour> getServiceHours()
public void setServiceHours(List<ServiceHour> serviceHours)
public PhoneChannel publishingStatus(String publishingStatus)
public String getPublishingStatus()
public void setPublishingStatus(String publishingStatus)
Copyright © 2017 Metatavu Oy. All rights reserved.