Class GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListResponse>
co.ecg.alpaca.toolkit.generated.services.GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest
- Enclosing class:
- GroupOutgoingCallingPlan
public static class GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest extends Request<GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListResponse>
Request the list of authorization codes for a group default or a department. When department is not specified, it is for the group default. The response is either a GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListResponse 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 @Valid DepartmentKey
departmentKey
protected @NotNull @Valid Group
group
-
Constructor Summary
Constructors Constructor Description GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest()
GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest(Group group)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.DepartmentKey
getDepartmentKey()
static GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.Group
getGroup()
GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest
setDepartmentKey(DepartmentKey departmentKey)
GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest
setGroup(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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
Constructor Details
-
GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest
public GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest() -
GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest
-
-
Method Details
-
setGroup
public GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest setGroup(Group group) -
getGroup
-
setDepartmentKey
public GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest setDepartmentKey(DepartmentKey departmentKey) -
getDepartmentKey
-
getEmptyObject
public static GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest 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().
-