Package co.ecg.alpaca.toolkit.generated
Class CallCenter.EnterpriseCallCenterCallDispositionCodeAddRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.CallCenter.EnterpriseCallCenterCallDispositionCodeAddRequest
- Enclosing class:
CallCenter
public static class CallCenter.EnterpriseCallCenterCallDispositionCodeAddRequest
extends Request<DefaultResponse>
Add a Call Center Call Disposition Code. The response is either SuccessResponse or 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,max=10) Stringprotected @Size(min=1,max=40) Stringprotected @NotNull @Valid Enterpriseprotected @NotNull Boolean -
Constructor Summary
ConstructorsConstructorDescriptionEnterpriseCallCenterCallDispositionCodeAddRequest(Enterprise enterprise, String code, Boolean isActive) -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.getCode()getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setDescription(String description) setEnterprise(Enterprise enterprise) setIsActive(Boolean isActive) 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
-
enterprise
-
code
-
isActive
-
description
-
-
Constructor Details
-
EnterpriseCallCenterCallDispositionCodeAddRequest
public EnterpriseCallCenterCallDispositionCodeAddRequest() -
EnterpriseCallCenterCallDispositionCodeAddRequest
public EnterpriseCallCenterCallDispositionCodeAddRequest(Enterprise enterprise, String code, Boolean isActive)
-
-
Method Details
-
setEnterprise
public CallCenter.EnterpriseCallCenterCallDispositionCodeAddRequest setEnterprise(Enterprise enterprise) -
getEnterprise
-
setCode
-
getCode
-
setIsActive
-
getIsActive
-
setDescription
public CallCenter.EnterpriseCallCenterCallDispositionCodeAddRequest setDescription(String description) -
getDescription
-
getEmptyObject
public static CallCenter.EnterpriseCallCenterCallDispositionCodeAddRequest 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>
-