@GwtIncompatible public static class GroupCallingPlan.GroupCallingPlanAddDigitPatternRequest extends Request<DefaultResponse>
Request.Protocol| Modifier and Type | Field and Description | 
|---|---|
protected String | 
digitPattern  | 
protected Group | 
group  | 
protected String | 
name  | 
| Constructor and Description | 
|---|
GroupCallingPlanAddDigitPatternRequest(Group group,
                                      String name,
                                      String digitPattern)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
formRequest()
Forms the XML Document for this Request Object. 
 | 
String | 
getDigitPattern()  | 
static GroupCallingPlan.GroupCallingPlanAddDigitPatternRequest | 
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup. 
 | 
Group | 
getGroup()  | 
String | 
getName()  | 
GroupCallingPlan.GroupCallingPlanAddDigitPatternRequest | 
setDigitPattern(String digitPattern)  | 
GroupCallingPlan.GroupCallingPlanAddDigitPatternRequest | 
setGroup(Group group)  | 
GroupCallingPlan.GroupCallingPlanAddDigitPatternRequest | 
setName(String name)  | 
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate@NotNull protected transient Group group
@NotNull
 @Size(min=1,
      max=30)
protected String name
@NotNull
 @Size(min=1,
      max=160)
protected String digitPattern
public GroupCallingPlan.GroupCallingPlanAddDigitPatternRequest setGroup(Group group)
public Group getGroup()
public GroupCallingPlan.GroupCallingPlanAddDigitPatternRequest setName(String name)
public String getName()
public GroupCallingPlan.GroupCallingPlanAddDigitPatternRequest setDigitPattern(String digitPattern)
public String getDigitPattern()
public static GroupCallingPlan.GroupCallingPlanAddDigitPatternRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer - The BroadWorksServerpublic void formRequest()
formRequest in class Request<DefaultResponse>Copyright © 2016 ECG. All rights reserved.