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
FieldsModifier and TypeFieldDescriptionprotected @NotNull @Size(min=1) String[]
protected @Valid DepartmentKey
protected @NotNull @Valid Group
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.String[]
getCode()
static GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest
getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()
setDepartmentKey
(DepartmentKey departmentKey) 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 Details
-
group
-
departmentKey
-
code
@NotNull @Size(min=1) @StringArrayElementSize(min=2, max=14) protected @NotNull @Size(min=1) String[] code
-
-
Constructor Details
-
GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest
public GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest() -
GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setDepartmentKey
public GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest setDepartmentKey(DepartmentKey departmentKey) -
getDepartmentKey
-
setCode
public GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest setCode(String... code) -
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:
formRequest
in classRequest<DefaultResponse>
-