@GwtIncompatible public static class ThirdPartyVoiceMailSupport.SystemThirdPartyVoiceMailSupportAddDnRequest extends Request<DefaultResponse>
Request.Protocol| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
phoneNumber |
| Constructor and Description |
|---|
SystemThirdPartyVoiceMailSupportAddDnRequest(BroadWorksServer broadWorksServer,
String phoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getDescription() |
static ThirdPartyVoiceMailSupport.SystemThirdPartyVoiceMailSupportAddDnRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getPhoneNumber() |
ThirdPartyVoiceMailSupport.SystemThirdPartyVoiceMailSupportAddDnRequest |
setDescription(String description) |
ThirdPartyVoiceMailSupport.SystemThirdPartyVoiceMailSupportAddDnRequest |
setPhoneNumber(String phoneNumber) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate@NotNull
@Size(min=1,
max=23)
protected String phoneNumber
@Size(min=1,
max=80)
protected String description
public SystemThirdPartyVoiceMailSupportAddDnRequest(BroadWorksServer broadWorksServer, String phoneNumber)
public ThirdPartyVoiceMailSupport.SystemThirdPartyVoiceMailSupportAddDnRequest setPhoneNumber(String phoneNumber)
public String getPhoneNumber()
public ThirdPartyVoiceMailSupport.SystemThirdPartyVoiceMailSupportAddDnRequest setDescription(String description)
public String getDescription()
public static ThirdPartyVoiceMailSupport.SystemThirdPartyVoiceMailSupportAddDnRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer - The BroadWorksServerpublic void formRequest()
formRequest in class Request<DefaultResponse>Copyright © 2016 ECG. All rights reserved.