![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
TOReceivers |
The recipient(s) of the voice message. | |
deliveredTime |
The message delivery time | |
priority |
The priority of the message. | |
sender |
GThe sender of the message. | |
subject |
The message subject | |
voiceMessageContentUpdater |
An updater that can be used to modify the body of the voice message. |
Inherits From
<xs:complexType name="voiceMessageUpdater">
<xs:complexContent>
<xs:extension base="tns:messageUpdater">
<xs:sequence>
<xs:element minOccurs="0" name="deliveredTime" type="tns:dateTime"/>
<xs:element minOccurs="0" name="priority" type="tns:priority"/>
<xs:element minOccurs="0" name="sender" type="tns:voiceMessageParticipant"/>
<xs:element minOccurs="0" name="subject" type="tns:rawString"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="TOReceivers" nillable="true" type="tns:voiceMessageRecipient"/>
<xs:element minOccurs="0"
name="voiceMessageContentUpdater" type="tns:voiceMessageContentUpdater"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Request | Voice Message | Update |

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices