Class UserPushToTalk.UserPushToTalkGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.UserPushToTalk.UserPushToTalkGetResponse
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- UserPushToTalk
public static class UserPushToTalk.UserPushToTalkGetResponse extends Response
Response to UserPushToTalkGetRequest. It returns the service settings and a 9 column selected user table with the following column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address", "IMP Id".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected PushToTalkAccessListSelection
accessListSelection
protected java.lang.Boolean
allowAutoAnswer
protected PushToTalkOutgoingConnectionSelection
outgoingConnectionSelection
protected java.util.List<UserPushToTalkSelectedUserTableRow>
selectedUserTable
protected BroadWorksUser
user
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Constructor Summary
Constructors Constructor Description UserPushToTalkGetResponse()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
PushToTalkAccessListSelection
getAccessListSelection()
java.lang.Boolean
getAllowAutoAnswer()
BroadWorksUser
getBroadWorksUser()
PushToTalkOutgoingConnectionSelection
getOutgoingConnectionSelection()
java.util.List<UserPushToTalkSelectedUserTableRow>
getSelectedUserTable()
int
hashCode()
void
setAccessListSelection(PushToTalkAccessListSelection accessListSelection)
void
setAllowAutoAnswer(java.lang.Boolean allowAutoAnswer)
void
setOutgoingConnectionSelection(PushToTalkOutgoingConnectionSelection outgoingConnectionSelection)
void
setSelectedUserTable(java.util.List<UserPushToTalkSelectedUserTableRow> selectedUserTable)
void
setUser(BroadWorksUser user)
void
transform()
Transforms 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, setRequest
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
allowAutoAnswer
protected java.lang.Boolean allowAutoAnswer -
outgoingConnectionSelection
-
accessListSelection
-
selectedUserTable
-
user
-
-
Constructor Details
-
UserPushToTalkGetResponse
public UserPushToTalkGetResponse()
-
-
Method Details
-
setAllowAutoAnswer
public void setAllowAutoAnswer(java.lang.Boolean allowAutoAnswer) -
getAllowAutoAnswer
public java.lang.Boolean getAllowAutoAnswer() -
setOutgoingConnectionSelection
public void setOutgoingConnectionSelection(PushToTalkOutgoingConnectionSelection outgoingConnectionSelection) -
getOutgoingConnectionSelection
-
setAccessListSelection
-
getAccessListSelection
-
setSelectedUserTable
public void setSelectedUserTable(java.util.List<UserPushToTalkSelectedUserTableRow> selectedUserTable) -
getSelectedUserTable
-
setUser
-
getBroadWorksUser
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-