Package co.ecg.alpaca.toolkit.generated
Class User.UserGetListInGroupResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.User.UserGetListInGroupResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
Response to UserGetListInGroupRequest. Contains a table with column headings : "User Id", "Last Name", "First Name", "Department", "Phone Number", "Phone Number Activated", "Email Address", "Hiragana Last Name", "Hiragana First Name", "In Trunk Group", "Extension", "Country Code", "National Prefix" in a row for each user. The following columns are only returned in AS data mode: "Country Code", "National Prefix
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ServiceProviderprotected List<UserUserTable1Row>Fields 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()voidsetGroupId(String groupId) voidsetServiceProvider(ServiceProvider serviceProvider) voidsetUserTable(List<UserUserTable1Row> 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
-
serviceProvider
-
groupId
-
-
Constructor Details
-
UserGetListInGroupResponse
public UserGetListInGroupResponse()
-
-
Method Details
-
setUserTable
-
getUserTable
-
setServiceProvider
-
getServiceProvider
-
setGroupId
-
getGroupId
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-