public class ServiceInstanceModifyProfile extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
callingLineIdFirstName |
protected String |
callingLineIdLastName |
protected com.google.common.base.Optional<String> |
callingLineIdPhoneNumber |
protected com.google.common.base.Optional<DepartmentKey> |
department |
protected com.google.common.base.Optional<String> |
extension |
protected String |
hiraganaFirstName |
protected String |
hiraganaLastName |
protected String |
language |
protected String |
name |
protected String |
password |
protected com.google.common.base.Optional<String> |
phoneNumber |
protected com.google.common.base.Optional<String> |
publicUserIdentity |
protected com.google.common.base.Optional<ReplacementSIPAliasList> |
sipAliasList |
protected String |
timeZone |
Constructor and Description |
---|
ServiceInstanceModifyProfile() |
@Size(min=1, max=30) protected String name
@Size(min=1, max=30) protected String callingLineIdLastName
@Size(min=1, max=30) protected String callingLineIdFirstName
@Size(min=1, max=30) protected String hiraganaLastName
@Size(min=1, max=30) protected String hiraganaFirstName
protected com.google.common.base.Optional<String> phoneNumber
protected com.google.common.base.Optional<String> extension
@Size(min=1, max=60) protected String password
protected com.google.common.base.Optional<DepartmentKey> department
@Size(min=1, max=40) protected String language
@Size(min=1, max=127) protected String timeZone
protected com.google.common.base.Optional<ReplacementSIPAliasList> sipAliasList
protected com.google.common.base.Optional<String> publicUserIdentity
protected com.google.common.base.Optional<String> callingLineIdPhoneNumber
public String getName()
public ServiceInstanceModifyProfile setName(String name)
public String getCallingLineIdLastName()
public ServiceInstanceModifyProfile setCallingLineIdLastName(String callingLineIdLastName)
public String getCallingLineIdFirstName()
public ServiceInstanceModifyProfile setCallingLineIdFirstName(String callingLineIdFirstName)
public String getHiraganaLastName()
public ServiceInstanceModifyProfile setHiraganaLastName(String hiraganaLastName)
public String getHiraganaFirstName()
public ServiceInstanceModifyProfile setHiraganaFirstName(String hiraganaFirstName)
public com.google.common.base.Optional<String> getPhoneNumber()
public ServiceInstanceModifyProfile setPhoneNumber(String phoneNumber)
public com.google.common.base.Optional<String> getExtension()
public ServiceInstanceModifyProfile setExtension(String extension)
public String getPassword()
public ServiceInstanceModifyProfile setPassword(String password)
public com.google.common.base.Optional<DepartmentKey> getDepartment()
public ServiceInstanceModifyProfile setDepartment(DepartmentKey department)
public String getLanguage()
public ServiceInstanceModifyProfile setLanguage(String language)
public String getTimeZone()
public ServiceInstanceModifyProfile setTimeZone(String timeZone)
public com.google.common.base.Optional<ReplacementSIPAliasList> getSipAliasList()
public ServiceInstanceModifyProfile setSipAliasList(ReplacementSIPAliasList sipAliasList)
public com.google.common.base.Optional<String> getPublicUserIdentity()
public ServiceInstanceModifyProfile setPublicUserIdentity(String publicUserIdentity)
public com.google.common.base.Optional<String> getCallingLineIdPhoneNumber()
public ServiceInstanceModifyProfile setCallingLineIdPhoneNumber(String callingLineIdPhoneNumber)
@GwtIncompatible public static Element formRequest(Request<?> request, ServiceInstanceModifyProfile datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static ServiceInstanceModifyProfile getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static ServiceInstanceModifyProfile[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.Copyright © 2016 ECG. All rights reserved.