Package co.ecg.alpaca.toolkit.generated
Class User.UserGetListInSystemResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.User.UserGetListInSystemResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
Response to UserGetListInSystemRequest. Contains a table with column headings : "User Id", "Group Id", "Service Provider Id", "Last Name", "First Name", "Department", "Phone Number", "Phone Number Activated", "Email Address", "Hiragana Last Name", "Hiragana First Name", "In Trunk Group", "Extension", "Reseller Id", "User External Id" in a row for each user. The following columns are only returned in AS data mode: "Reseller Id" "User External Id"
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetUserTable(List<UserUserTable3Row> userTable) toString()voidTransforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods 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 Details
-
userTable
-
-
Constructor Details
-
UserGetListInSystemResponse
public UserGetListInSystemResponse()
-
-
Method Details
-
setUserTable
-
getUserTable
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-