Class UserOutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.services.UserOutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest
-
- Enclosing class:
- UserOutgoingCallingPlan
public static class UserOutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest extends Request<DefaultResponse>
Add a list of authorization codes to a user. The response is either a SuccessResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
Fields Modifier and Type Field Description protected @NotNull @Valid @Size(min=1) OutgoingCallingPlanAuthorizationCodeEntry[]codeEntryprotected @NotNull @Valid BroadWorksUseruser
-
Constructor Summary
Constructors Constructor Description UserOutgoingCallingPlanAuthorizationCodeAddListRequest()UserOutgoingCallingPlanAuthorizationCodeAddListRequest(BroadWorksUser user, OutgoingCallingPlanAuthorizationCodeEntry... codeEntry)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.BroadWorksUsergetBroadWorksUser()OutgoingCallingPlanAuthorizationCodeEntry[]getCodeEntry()static UserOutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.UserOutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequestsetCodeEntry(OutgoingCallingPlanAuthorizationCodeEntry... codeEntry)UserOutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequestsetUser(BroadWorksUser user)-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
user
@NotNull @Valid protected transient @NotNull @Valid BroadWorksUser user
-
codeEntry
@NotNull @Valid @Size(min=1) protected @NotNull @Valid @Size(min=1) OutgoingCallingPlanAuthorizationCodeEntry[] codeEntry
-
-
Constructor Detail
-
UserOutgoingCallingPlanAuthorizationCodeAddListRequest
public UserOutgoingCallingPlanAuthorizationCodeAddListRequest()
-
UserOutgoingCallingPlanAuthorizationCodeAddListRequest
public UserOutgoingCallingPlanAuthorizationCodeAddListRequest(BroadWorksUser user, OutgoingCallingPlanAuthorizationCodeEntry... codeEntry)
-
-
Method Detail
-
setUser
public UserOutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest setUser(BroadWorksUser user)
-
getBroadWorksUser
public BroadWorksUser getBroadWorksUser()
-
setCodeEntry
public UserOutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest setCodeEntry(OutgoingCallingPlanAuthorizationCodeEntry... codeEntry)
-
getCodeEntry
public OutgoingCallingPlanAuthorizationCodeEntry[] getCodeEntry()
-
getEmptyObject
public static UserOutgoingCallingPlan.UserOutgoingCallingPlanAuthorizationCodeAddListRequest getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.- Parameters:
broadWorksServer- The BroadWorksServer
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-
-