Package co.ecg.alpaca.toolkit.generated
Class CallCenter.GroupCallCenterCallDispositionCodeAddRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterCallDispositionCodeAddRequest
-
- Enclosing class:
- CallCenter
public static class CallCenter.GroupCallCenterCallDispositionCodeAddRequest 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
-
-
Constructor Summary
Constructors Constructor Description GroupCallCenterCallDispositionCodeAddRequest()GroupCallCenterCallDispositionCodeAddRequest(Group group, String code, Boolean isActive)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.StringgetCode()StringgetDescription()static CallCenter.GroupCallCenterCallDispositionCodeAddRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.GroupgetGroup()BooleangetIsActive()CallCenter.GroupCallCenterCallDispositionCodeAddRequestsetCode(String code)CallCenter.GroupCallCenterCallDispositionCodeAddRequestsetDescription(String description)CallCenter.GroupCallCenterCallDispositionCodeAddRequestsetGroup(Group group)CallCenter.GroupCallCenterCallDispositionCodeAddRequestsetIsActive(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 Detail
-
group
@NotNull @Valid protected transient @NotNull @Valid Group group
-
code
@NotNull @Size(min=1, max=10) protected @NotNull @Size(min=1,max=10) String code
-
isActive
@NotNull protected @NotNull Boolean isActive
-
description
@Size(min=1, max=40) protected @Size(min=1,max=40) String description
-
-
Method Detail
-
setGroup
public CallCenter.GroupCallCenterCallDispositionCodeAddRequest setGroup(Group group)
-
getGroup
public Group getGroup()
-
setCode
public CallCenter.GroupCallCenterCallDispositionCodeAddRequest setCode(String code)
-
getCode
public String getCode()
-
setIsActive
public CallCenter.GroupCallCenterCallDispositionCodeAddRequest setIsActive(Boolean isActive)
-
getIsActive
public Boolean getIsActive()
-
setDescription
public CallCenter.GroupCallCenterCallDispositionCodeAddRequest setDescription(String description)
-
getDescription
public String getDescription()
-
getEmptyObject
public static CallCenter.GroupCallCenterCallDispositionCodeAddRequest 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>
-
-