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
public static class CollaborateBridge.GroupCollaborateBridgeGetInstanceResponse extends Response
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<GroupCollaborateBridgeCollaborateOwnerUserTableRow>
collaborateOwnerUserTable
protected Boolean
isDefault
protected Integer
maxCollaborateRoomParticipants
protected CollaborateBridgeMaximumParticipants
maximumBridgeParticipants
protected String
networkClassOfService
protected ServiceInstanceReadProfile19sp1
serviceInstanceProfile
protected Boolean
supportOutdial
protected CollaborateBridge
user
-
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 Constructor Description GroupCollaborateBridgeGetInstanceResponse()
-
Method Summary
-
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 Detail
-
serviceInstanceProfile
protected ServiceInstanceReadProfile19sp1 serviceInstanceProfile
-
maximumBridgeParticipants
protected CollaborateBridgeMaximumParticipants maximumBridgeParticipants
-
networkClassOfService
protected String networkClassOfService
-
isDefault
protected Boolean isDefault
-
maxCollaborateRoomParticipants
protected Integer maxCollaborateRoomParticipants
-
supportOutdial
protected Boolean supportOutdial
-
collaborateOwnerUserTable
protected List<GroupCollaborateBridgeCollaborateOwnerUserTableRow> collaborateOwnerUserTable
-
user
protected transient CollaborateBridge user
-
-
Method Detail
-
setServiceInstanceProfile
public void setServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile)
-
getServiceInstanceProfile
public ServiceInstanceReadProfile19sp1 getServiceInstanceProfile()
-
setMaximumBridgeParticipants
public void setMaximumBridgeParticipants(CollaborateBridgeMaximumParticipants maximumBridgeParticipants)
-
getMaximumBridgeParticipants
public CollaborateBridgeMaximumParticipants getMaximumBridgeParticipants()
-
setNetworkClassOfService
public void setNetworkClassOfService(String networkClassOfService)
-
getNetworkClassOfService
public String getNetworkClassOfService()
-
setIsDefault
public void setIsDefault(Boolean isDefault)
-
getIsDefault
public Boolean getIsDefault()
-
setMaxCollaborateRoomParticipants
public void setMaxCollaborateRoomParticipants(Integer maxCollaborateRoomParticipants)
-
getMaxCollaborateRoomParticipants
public Integer getMaxCollaborateRoomParticipants()
-
setSupportOutdial
public void setSupportOutdial(Boolean supportOutdial)
-
getSupportOutdial
public Boolean getSupportOutdial()
-
setCollaborateOwnerUserTable
public void setCollaborateOwnerUserTable(List<GroupCollaborateBridgeCollaborateOwnerUserTableRow> collaborateOwnerUserTable)
-
getCollaborateOwnerUserTable
public List<GroupCollaborateBridgeCollaborateOwnerUserTableRow> getCollaborateOwnerUserTable()
-
setUser
public void setUser(CollaborateBridge user)
-
getCollaborateBridge
public CollaborateBridge getCollaborateBridge()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-