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 classAdd a collaborate bridge to a group.static classAdd a collaborate bridge to a group.static classDelete a collaborate bridge from a group.static classRequest to modify a Collaborate bridge.static classDelete a collaborate bridge from a group.static classGet a list of users with the Collaborate – Audio service assigned that can be assigned to a collaborate bridge.static classResponse to the GroupCollaborateBridgeGetAvailableUserListRequest.static classGet a list of users with the Collaborate – Audio service assigned that can be assigned to a collaborate bridge.static classResponse to the GroupCollaborateBridgeGetAvailableUserPagedSortedListRequest.static classGet a list of collaborate bridges within a group.static classResponse to the GroupCollaborateBridgeGetInstanceListRequest.static classGet a list of collaborate bridges within a group.static classResponse to the GroupCollaborateBridgeGetInstancePagedSortedListRequest.static classRequest to get all the information of a collaborate bridge.static classResponse to GroupCollaborateBridgeGetInstanceRequest20sp1.static classRequest to modify a Collaborate bridge.static classRequest the reseller level data associated with Collaborate.static classResponse to ResellerCollaborateGetRequest.static classModify the reseller level data associated with Collaborate.static classRequest the system level data associated with collaborate services.static classResponse to SystemCollaborateGetRequest20sp1V2.static classModify the system level data associated with collaborate services.static classRequest the collaborate bridged assigned to the user.static classThe system-level collaborate supportOutdial setting is returned in the response when the system-level collaborate supportOutdial setting is disabled.static classRequest to delete a collaborate room.static classRequest to add collaborate instant room.static classResponse to UserCollaborateInstantRoomAddRequest.static classRequest the collaborate room settings for an instant room.static classResponse to UserCollaborateInstantRoomGetRequest.static classRequest collaborate instant room settings.static classResponse to UserCollaborateInstantRoomParametersGetRequest.static classRequest to modify collaborate instant room settings.static classRequest collaborate room settings for MyRoom.static classResponse to UserCollaborateMyRoomGetRequest.static classRequest to modify collaborate room settings for MyRoom.static classRequest to add collaborate project room.static classResponse to UserCollaborateProjectRoomAddRequest.static classRequest collaborate room settings for a project room.static classResponse to UserCollaborateProjectRoomGetRequest.static classRequest to modify collaborate room settings for a project room.static classRequest to get the settings for My Room, Instant Room or Project Room.static classResponse to UserCollaborateRoomGetRequest.static classRequest to regenerate collaborate room id for MyRoom and project room.static classResponse to UserCollaborateRoomIDRegenerateRequest.static classRequest the list of collaborate room instances for this specific user.static classResponse to UserCollaborateRoomListGetRequest.static classRequest to modify room settings for a specific Project Room or My Room. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Integerprotected CollaborateBridgeMaximumParticipantsprotected Stringprotected ServiceInstanceReadProfile19sp1protected BooleanFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUser
group, groupId, serviceProvider, serviceProviderId, userIdFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CollaborateBridgegetPopulatedCollaborateBridge(Group group, String userId) Retrieves a populated CollaborateBridgeinthashCode()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, setUserIdMethods 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:
populatein 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:
equalsin classBroadWorksUser
-
hashCode
public int hashCode()- Overrides:
hashCodein classBroadWorksUser
-
toString
-