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 Booleanprotected Integerprotected CollaborateBridgeMaximumParticipantsprotected Stringprotected ServiceInstanceReadProfile19sp1protected Booleanprotected CollaborateBridgeFields 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()voidsetCollaborateOwnerUserTable(List<GroupCollaborateBridgeCollaborateOwnerUserTableRow> collaborateOwnerUserTable) voidsetIsDefault(Boolean isDefault) voidsetMaxCollaborateRoomParticipants(Integer maxCollaborateRoomParticipants) voidsetMaximumBridgeParticipants(CollaborateBridgeMaximumParticipants maximumBridgeParticipants) voidsetNetworkClassOfService(String networkClassOfService) voidsetServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) voidsetSupportOutdial(Boolean supportOutdial) voidsetUser(CollaborateBridge user) toString()voidTransforms the Response from XML Content to a populated POJOvoidMethods 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
-
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:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-