Package co.ecg.alpaca.toolkit.generated
Class CollaborateBridge.GroupCollaborateBridgeGetInstanceResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.CollaborateBridge.GroupCollaborateBridgeGetInstanceResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CollaborateBridge
Response to GroupCollaborateBridgeGetInstanceRequest20sp1. The system-level collaborate supportOutdial setting is returned in the response when the system-level collaborate supportOutdial setting is disabled. Contains the service profile information and a table of assigned owners. The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", Phone Number", "Extension", "Department", "Email Address", "Is Phone Number Activated", "Country Code", "National Prefix", "Department Name", "Department Type", "Parent Department", "Parent Department Type", "Group Id", "Group Name". Collaborate bridge maximum participant’s choices unlimited or a quantified number of participants.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Integer
protected CollaborateBridgeMaximumParticipants
protected String
protected ServiceInstanceReadProfile19sp1
protected Boolean
protected CollaborateBridge
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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setCollaborateOwnerUserTable
(List<GroupCollaborateBridgeCollaborateOwnerUserTableRow> collaborateOwnerUserTable) void
setIsDefault
(Boolean isDefault) void
setMaxCollaborateRoomParticipants
(Integer maxCollaborateRoomParticipants) void
setMaximumBridgeParticipants
(CollaborateBridgeMaximumParticipants maximumBridgeParticipants) void
setNetworkClassOfService
(String networkClassOfService) void
setServiceInstanceProfile
(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) void
setSupportOutdial
(Boolean supportOutdial) void
setUser
(CollaborateBridge user) toString()
void
Transforms the Response from XML Content to a populated POJOvoid
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 Details
-
serviceInstanceProfile
-
maximumBridgeParticipants
-
networkClassOfService
-
isDefault
-
maxCollaborateRoomParticipants
-
supportOutdial
-
collaborateOwnerUserTable
-
user
-
-
Constructor Details
-
GroupCollaborateBridgeGetInstanceResponse
public GroupCollaborateBridgeGetInstanceResponse()
-
-
Method Details
-
setServiceInstanceProfile
-
getServiceInstanceProfile
-
setMaximumBridgeParticipants
public void setMaximumBridgeParticipants(CollaborateBridgeMaximumParticipants maximumBridgeParticipants) -
getMaximumBridgeParticipants
-
setNetworkClassOfService
-
getNetworkClassOfService
-
setIsDefault
-
getIsDefault
-
setMaxCollaborateRoomParticipants
-
getMaxCollaborateRoomParticipants
-
setSupportOutdial
-
getSupportOutdial
-
unsetCollaborateOwnerUserTable
public void unsetCollaborateOwnerUserTable() -
setCollaborateOwnerUserTable
public void setCollaborateOwnerUserTable(List<GroupCollaborateBridgeCollaborateOwnerUserTableRow> collaborateOwnerUserTable) -
getCollaborateOwnerUserTable
-
setUser
-
getCollaborateBridge
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-