Overview

Represents an set of modification to be applied to an OccurrenceParticipant.

Members

Show inherited members

Name Type Required Description

address

string

deliveryChannels

participantDeliveryChannel[]

Set the DeliveryChannels attribute of the OccurrenceParticipant. This represents how the participant is to be notified of their invitation. Note that this is seperate from the DeliveryChannels that User Subscription Service uses to send notifications, and is meant for participants that User Subscription does not service (i.e. external participants).

directlyInvited

boolean

invitationEid

string

name

string

Set the name attribute of the participant.

participant

beeId

participantStatus

occurrenceParticipantStatus

Set the participation status for this Participant. Only applies to external participants.

propertiesUpdater

collabPropertiesUpdater

Returns a CollabPropertiesUpdater which can be used to add or remove CollabProperties for this participant.

role

participantRole

Set the role attribute of the participant.

rsvp

boolean

Set the rsvp attribute of the participant.

status

occurrenceParticipantStatus

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:occurrenceParticipantUpdater xsi:type="obh:occurrenceParticipantUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_string_0</address>
        <deliveryChannels>your_participantDeliveryChannel_0</deliveryChannels>
        <deliveryChannels>your_participantDeliveryChannel_1</deliveryChannels>
        <deliveryChannels>your_participantDeliveryChannel_2</deliveryChannels>
        <directlyInvited>your_boolean_0</directlyInvited>
        <invitationEid>your_string_0</invitationEid>
        <name>your_string_0</name>
        <participant>your_beeId_0</participant>
        <participantStatus>your_occurrenceParticipantStatus_0</participantStatus>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <role>your_participantRole_0</role>
        <rsvp>your_boolean_0</rsvp>
        <status>your_occurrenceParticipantStatus_0</status>
</obh:occurrenceParticipantUpdater>

Referenced By Representaions