Package co.ecg.alpaca.toolkit.generated
Class CallCenter.GroupCallCenterQueueCallDispositionCodeAddRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterQueueCallDispositionCodeAddRequest
- Enclosing class:
- CallCenter
public static class CallCenter.GroupCallCenterQueueCallDispositionCodeAddRequest
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) String
protected @Size(min=1,max=40) String
protected @NotNull Boolean
protected @NotNull @Valid CallCenter
-
Constructor Summary
ConstructorsConstructorDescriptionGroupCallCenterQueueCallDispositionCodeAddRequest
(CallCenter user, String code, Boolean isActive) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getCode()
getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setDescription
(String description) setIsActive
(Boolean isActive) setUser
(CallCenter user) 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
-
user
-
code
-
isActive
-
description
-
-
Constructor Details
-
GroupCallCenterQueueCallDispositionCodeAddRequest
public GroupCallCenterQueueCallDispositionCodeAddRequest() -
GroupCallCenterQueueCallDispositionCodeAddRequest
public GroupCallCenterQueueCallDispositionCodeAddRequest(CallCenter user, String code, Boolean isActive)
-
-
Method Details
-
setUser
-
getCallCenter
-
setCode
-
getCode
-
setIsActive
-
getIsActive
-
setDescription
public CallCenter.GroupCallCenterQueueCallDispositionCodeAddRequest setDescription(String description) -
getDescription
-
getEmptyObject
public static CallCenter.GroupCallCenterQueueCallDispositionCodeAddRequest 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>
-