Package co.ecg.alpaca.toolkit.generated
Class CallCenter.UserCallCenterCallDispositionCodeGetAvailableListResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.CallCenter.UserCallCenterCallDispositionCodeGetAvailableListResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CallCenter
public static class CallCenter.UserCallCenterCallDispositionCodeGetAvailableListResponse extends Response
Response to the UserCallCenterCallDispositionCodeGetAvailableListRequest. This list may include Group/Enterprise level codes in addition to the Call Center level codes, depending on the call center disposition codes settings. Only active codes are included in the list. Contains a table with column headings: "Code", "Description" and "Level". Level column can be any of the values in the data type CallDispositionCodeLevel.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<UserCallCenterCallDispositionCodeDispositionCodesTableRow>dispositionCodesTableprotected CallCenteruser-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description UserCallCenterCallDispositionCodeGetAvailableListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CallCentergetCallCenter()List<UserCallCenterCallDispositionCodeDispositionCodesTableRow>getDispositionCodesTable()inthashCode()voidsetDispositionCodesTable(List<UserCallCenterCallDispositionCodeDispositionCodesTableRow> dispositionCodesTable)voidsetUser(CallCenter user)StringtoString()voidtransform()Transforms the Response from XML Content to a populated POJO-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
-
-
-
Field Detail
-
dispositionCodesTable
protected List<UserCallCenterCallDispositionCodeDispositionCodesTableRow> dispositionCodesTable
-
user
protected transient CallCenter user
-
-
Method Detail
-
setDispositionCodesTable
public void setDispositionCodesTable(List<UserCallCenterCallDispositionCodeDispositionCodesTableRow> dispositionCodesTable)
-
getDispositionCodesTable
public List<UserCallCenterCallDispositionCodeDispositionCodesTableRow> getDispositionCodesTable()
-
setUser
public void setUser(CallCenter user)
-
getCallCenter
public CallCenter getCallCenter()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-