Package co.ecg.alpaca.toolkit.generated
Class CollaborateBridge
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksUser
co.ecg.alpaca.toolkit.generated.CollaborateBridge
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Add a collaborate bridge to a group.static class
Add a collaborate bridge to a group.static class
Delete a collaborate bridge from a group.static class
Request to modify a Collaborate bridge.static class
Delete a collaborate bridge from a group.static class
Get a list of users with the Collaborate – Audio service assigned that can be assigned to a collaborate bridge.static class
Response to the GroupCollaborateBridgeGetAvailableUserListRequest.static class
Get a list of users with the Collaborate – Audio service assigned that can be assigned to a collaborate bridge.static class
Response to the GroupCollaborateBridgeGetAvailableUserPagedSortedListRequest.static class
Get a list of collaborate bridges within a group.static class
Response to the GroupCollaborateBridgeGetInstanceListRequest.static class
Get a list of collaborate bridges within a group.static class
Response to the GroupCollaborateBridgeGetInstancePagedSortedListRequest.static class
Request to get all the information of a collaborate bridge.static class
Response to GroupCollaborateBridgeGetInstanceRequest20sp1.static class
Request to modify a Collaborate bridge.static class
Request the reseller level data associated with Collaborate.static class
Response to ResellerCollaborateGetRequest.static class
Modify the reseller level data associated with Collaborate.static class
Request the system level data associated with collaborate services.static class
Response to SystemCollaborateGetRequest20sp1V2.static class
Modify the system level data associated with collaborate services.static class
Request the collaborate bridged assigned to the user.static class
The system-level collaborate supportOutdial setting is returned in the response when the system-level collaborate supportOutdial setting is disabled.static class
Request to delete a collaborate room.static class
Request to add collaborate instant room.static class
Response to UserCollaborateInstantRoomAddRequest.static class
Request the collaborate room settings for an instant room.static class
Response to UserCollaborateInstantRoomGetRequest.static class
Request collaborate instant room settings.static class
Response to UserCollaborateInstantRoomParametersGetRequest.static class
Request to modify collaborate instant room settings.static class
Request collaborate room settings for MyRoom.static class
Response to UserCollaborateMyRoomGetRequest.static class
Request to modify collaborate room settings for MyRoom.static class
Request to add collaborate project room.static class
Response to UserCollaborateProjectRoomAddRequest.static class
Request collaborate room settings for a project room.static class
Response to UserCollaborateProjectRoomGetRequest.static class
Request to modify collaborate room settings for a project room.static class
Request to get the settings for My Room, Instant Room or Project Room.static class
Response to UserCollaborateRoomGetRequest.static class
Request to regenerate collaborate room id for MyRoom and project room.static class
Response to UserCollaborateRoomIDRegenerateRequest.static class
Request the list of collaborate room instances for this specific user.static class
Response to UserCollaborateRoomListGetRequest.static class
Request to modify room settings for a specific Project Room or My Room. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Integer
protected CollaborateBridgeMaximumParticipants
protected String
protected ServiceInstanceReadProfile19sp1
protected Boolean
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUser
group, groupId, serviceProvider, serviceProviderId, userId
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static CollaborateBridge
getPopulatedCollaborateBridge
(Group group, String userId) Retrieves a populated CollaborateBridgeint
hashCode()
populate()
Method to populate the Fields of the Object via the Associated BroadWorks requestMethod to populate the Fields of the Object via the Associated BroadWorks requestsetCollaborateOwnerUserTable
(List<GroupCollaborateBridgeCollaborateOwnerUserTableRow> collaborateOwnerUserTable) setIsDefault
(Boolean isDefault) setMaxCollaborateRoomParticipants
(Integer maxCollaborateRoomParticipants) setMaximumBridgeParticipants
(CollaborateBridgeMaximumParticipants maximumBridgeParticipants) setNetworkClassOfService
(String networkClassOfService) setServiceInstanceProfile
(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) setSupportOutdial
(Boolean supportOutdial) toString()
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUser
getGroup, getGroupId, getServiceProvider, getServiceProviderId, getUserId, getUserId, setGroupId, setServiceProviderId, setUserId
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, isPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
serviceInstanceProfile
-
maximumBridgeParticipants
-
networkClassOfService
-
isDefault
-
maxCollaborateRoomParticipants
-
supportOutdial
-
collaborateOwnerUserTable
-
-
Constructor Details
-
CollaborateBridge
public CollaborateBridge()Serializable Constructor -
CollaborateBridge
- Parameters:
group
- The GroupuserId
- The user id
-
-
Method Details
-
getPopulatedCollaborateBridge
public static CollaborateBridge getPopulatedCollaborateBridge(Group group, String userId) throws BroadWorksObjectException Retrieves a populated CollaborateBridge- Parameters:
group
- The GroupuserId
- The user id- Throws:
BroadWorksObjectException
- Thrown if the object cannot be retrieved.
-
getClassName
-
setServiceInstanceProfile
public CollaborateBridge setServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) -
getServiceInstanceProfile
-
setMaximumBridgeParticipants
public CollaborateBridge setMaximumBridgeParticipants(CollaborateBridgeMaximumParticipants maximumBridgeParticipants) -
getMaximumBridgeParticipants
-
setNetworkClassOfService
-
getNetworkClassOfService
-
setIsDefault
-
getIsDefault
-
setMaxCollaborateRoomParticipants
-
getMaxCollaborateRoomParticipants
-
setSupportOutdial
-
getSupportOutdial
-
unsetCollaborateOwnerUserTable
-
setCollaborateOwnerUserTable
public CollaborateBridge setCollaborateOwnerUserTable(List<GroupCollaborateBridgeCollaborateOwnerUserTableRow> collaborateOwnerUserTable) -
getCollaborateOwnerUserTable
-
populate
Method to populate the Fields of the Object via the Associated BroadWorks request- Specified by:
populate
in classBroadWorksObject
-
populate
Method to populate the Fields of the Object via the Associated BroadWorks request- Parameters:
resp
- The response object to perform population
-
equals
- Overrides:
equals
in classBroadWorksUser
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBroadWorksUser
-
toString
-