Class GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.services.GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest
-
- Enclosing class:
- GroupOutgoingCallingPlan
public static class GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest extends Request<DefaultResponse>
Delete a list of authorization codes from the group's default or a department. When department is not specified, it is for the group default. 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 @Size(min=1) String[]codeprotected @Valid DepartmentKeydepartmentKeyprotected @NotNull @Valid Groupgroup
-
Constructor Summary
Constructors Constructor Description GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest()GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest(Group group, String... code)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.String[]getCode()DepartmentKeygetDepartmentKey()static GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.GroupgetGroup()GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequestsetCode(String... code)GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequestsetDepartmentKey(DepartmentKey departmentKey)GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequestsetGroup(Group group)-
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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
group
@NotNull @Valid protected transient @NotNull @Valid Group group
-
departmentKey
@Valid protected @Valid DepartmentKey departmentKey
-
code
@NotNull @Size(min=1) @StringArrayElementSize(min=2, max=14) protected @NotNull @Size(min=1) String[] code
-
-
Method Detail
-
setGroup
public GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest setGroup(Group group)
-
getGroup
public Group getGroup()
-
setDepartmentKey
public GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest setDepartmentKey(DepartmentKey departmentKey)
-
getDepartmentKey
public DepartmentKey getDepartmentKey()
-
setCode
public GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest setCode(String... code)
-
getCode
public String[] getCode()
-
getEmptyObject
public static GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest 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>
-
-