Package co.ecg.alpaca.toolkit.generated
Class Group.GroupOfficeZoneGetAssignedUserListResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.Group.GroupOfficeZoneGetAssignedUserListResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Group
Response to GroupOfiiceZoneGetAssignedUserListRequest. Contains a table of users that have the Office Zone assigned. The column headings are: "User Id", "User Type", "Last Name", "First Name", "Department", "Phone Number", "Email Address", "Hiragana Last Name" and "Hiragana First Name", "Extension". Office Zones can only be unassigned if the Location-Based Calling Restrictions has been authorized to the group otherwise the request will fail.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Groupprotected Stringprotected List<GroupOfficeZoneUserTableRow>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 TypeMethodDescriptionbooleangetGroup()inthashCode()voidvoidsetOfficeZoneName(String officeZoneName) voidsetUserTable(List<GroupOfficeZoneUserTableRow> 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
-
group
-
officeZoneName
-
-
Constructor Details
-
GroupOfficeZoneGetAssignedUserListResponse
public GroupOfficeZoneGetAssignedUserListResponse()
-
-
Method Details
-
setUserTable
-
getUserTable
-
setGroup
-
getGroup
-
setOfficeZoneName
-
getOfficeZoneName
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-