public static class OutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest extends Request<Response.DefaultResponse>
Modifier and Type | Field and Description |
---|---|
OutgoingCallingPlanAuthorizationCodeEntry[] |
codeEntry |
boolean |
codeEntryIsModified |
User |
user |
boolean |
userIsModified |
Constructor and Description |
---|
UserOutgoingCallingPlanAuthorizationCodeAddListRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
UserOutgoingCallingPlanAuthorizationCodeAddListRequest(User user,
OutgoingCallingPlanAuthorizationCodeEntry... codeEntry) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
OutgoingCallingPlanAuthorizationCodeEntry[] |
getCodeEntry() |
User |
getUser() |
OutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest |
setCodeEntry(OutgoingCallingPlanAuthorizationCodeEntry... codeEntry) |
OutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest |
setUser(User user) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandType, getDomDocument, getResponseClass, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull public User user
public transient boolean userIsModified
@NotNull @Size(min=1) public OutgoingCallingPlanAuthorizationCodeEntry[] codeEntry
public transient boolean codeEntryIsModified
public UserOutgoingCallingPlanAuthorizationCodeAddListRequest(User user, OutgoingCallingPlanAuthorizationCodeEntry... codeEntry)
public UserOutgoingCallingPlanAuthorizationCodeAddListRequest(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic OutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest setUser(User user)
public User getUser()
public OutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest setCodeEntry(OutgoingCallingPlanAuthorizationCodeEntry... codeEntry)
public OutgoingCallingPlanAuthorizationCodeEntry[] getCodeEntry()
public void formRequest() throws RequestException
formRequest
in class Request<Response.DefaultResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.