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