Overview

Used to modify the values of one or more VoiceMessage artifact.

Members

Show inherited members

Name Type Description

TOReceivers

voiceMessageRecipient[]

The recipient(s) of the voice message.

addedFlags

messageFlag[]

Sets the specified enum set of message flags to this updater

changeStatus

changeStatus

Artifact change status.

deliveredTime

dateTime

The message delivery time

flags

messageFlag[]

Message flags for the message. Flags not included in the collection are to be reset. Flags not added previously are to be added implicitly.

name

string

Get the Name of the Entity

overriddenFlags

messageFlag[]

Sets the overridden message flags

priority

priority

The priority of the message.

propertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove CollabProperties for this Artifact.

removedFlags

messageFlag[]

Sets the enum set of removed message flags

sender

voiceMessageParticipant

GThe sender of the message.

subject

rawString

The message subject

userCreatedOn

dateTime

The user creation time (if created offline) for the Artifact

userModifiedOn

dateTime

The user modification time (if created offline) for the Artifact

viewerPropertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove viewer private CollabProperties for this Artifact.

voiceMessageContentUpdater

voiceMessageContentUpdater

An updater that can be used to modify the body of the voice message.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:voiceMessageUpdater xsi:type="obh:voiceMessageUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <TOReceivers>your_voiceMessageRecipient_0</TOReceivers>
        <TOReceivers>your_voiceMessageRecipient_1</TOReceivers>
        <TOReceivers>your_voiceMessageRecipient_2</TOReceivers>
        <addedFlags>your_messageFlag_0</addedFlags>
        <addedFlags>your_messageFlag_1</addedFlags>
        <addedFlags>your_messageFlag_2</addedFlags>
        <changeStatus>your_changeStatus_0</changeStatus>
        <deliveredTime>your_dateTime_0</deliveredTime>
        <flags>your_messageFlag_0</flags>
        <flags>your_messageFlag_1</flags>
        <flags>your_messageFlag_2</flags>
        <name>your_string_0</name>
        <overriddenFlags>your_messageFlag_0</overriddenFlags>
        <overriddenFlags>your_messageFlag_1</overriddenFlags>
        <overriddenFlags>your_messageFlag_2</overriddenFlags>
        <priority>your_priority_0</priority>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <removedFlags>your_messageFlag_0</removedFlags>
        <removedFlags>your_messageFlag_1</removedFlags>
        <removedFlags>your_messageFlag_2</removedFlags>
        <sender>your_voiceMessageParticipant_0</sender>
        <subject>your_rawString_0</subject>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
        <voiceMessageContentUpdater>your_voiceMessageContentUpdater_0</voiceMessageContentUpdater>
</obh:voiceMessageUpdater>

Referenced By Representaions