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 DepartmentKeydepartmentKeyprotected @NotNull @Valid Groupgroup -
Constructor Summary
Constructors Constructor Description GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest()GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest(Group group) -
Method Summary
Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.DepartmentKeygetDepartmentKey()static GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.GroupgetGroup()GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequestsetDepartmentKey(DepartmentKey departmentKey)GroupOutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequestsetGroup(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().
-