Package co.ecg.alpaca.toolkit.generated
Class VoiceXml
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksUser
co.ecg.alpaca.toolkit.generated.VoiceXml
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Add a VoiceXML instance to a group.static class
Delete a VoiceXML instance from a group.static class
Get a list of VoiceXML instances within a group.static class
Response to the GroupVoiceXmlGetInstanceListRequest.static class
Request to get all the information of a VoiceXML instance.static class
Response to GroupVoiceXmlGetInstanceRequest19sp1.static class
Request to set the active status of VoiceXML instances.static class
Request to modify a VoiceXML instance. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccessDeviceEndpointWithPortNumberRead
protected String
protected ServiceInstanceReadProfile19sp1
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 VoiceXml
getPopulatedVoiceXml
(Group group, String userId) Retrieves a populated VoiceXmlint
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 requestsetAccessDeviceEndpoint
(AccessDeviceEndpointWithPortNumberRead accessDeviceEndpoint) setNetworkClassOfService
(String networkClassOfService) setServiceInstanceProfile
(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) 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
-
networkClassOfService
-
accessDeviceEndpoint
-
-
Constructor Details
-
VoiceXml
public VoiceXml()Serializable Constructor -
VoiceXml
- Parameters:
group
- The GroupuserId
- The user id
-
-
Method Details
-
getPopulatedVoiceXml
public static VoiceXml getPopulatedVoiceXml(Group group, String userId) throws BroadWorksObjectException Retrieves a populated VoiceXml- Parameters:
group
- The GroupuserId
- The user id- Throws:
BroadWorksObjectException
- Thrown if the object cannot be retrieved.
-
getClassName
-
setServiceInstanceProfile
-
getServiceInstanceProfile
-
setNetworkClassOfService
-
getNetworkClassOfService
-
setAccessDeviceEndpoint
public VoiceXml setAccessDeviceEndpoint(AccessDeviceEndpointWithPortNumberRead accessDeviceEndpoint) -
getAccessDeviceEndpoint
-
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
-