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 classAdd a VoiceXML instance to a group.static classDelete a VoiceXML instance from a group.static classGet a list of VoiceXML instances within a group.static classResponse to the GroupVoiceXmlGetInstanceListRequest.static classRequest to get all the information of a VoiceXML instance.static classResponse to GroupVoiceXmlGetInstanceRequest19sp1.static classRequest to set the active status of VoiceXML instances.static classRequest to modify a VoiceXML instance. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccessDeviceEndpointWithPortNumberReadprotected Stringprotected ServiceInstanceReadProfile19sp1Fields 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 VoiceXmlgetPopulatedVoiceXml(Group group, String userId) Retrieves a populated VoiceXmlinthashCode()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, setUserIdMethods 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:
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
-