Overview

Available attributes for an external resource.

This interface specifies the data that can be set when an external resource is updated.

Members

Show inherited members

Name Type Description

addresses

addressesListUpdater

Addresses to add and/or remove for agent.

bookingInfo

string

Get the booking information.

capacity

int

Get the capacity of the external resource.

description

string

Get the external resource's description.

name

string

Get the Name of the Entity

parent

beeId<community>

Get the resource primary community.

primaryAddress

entityAddress

Primary address of the agent.

propertiesUpdater

collabPropertiesUpdater

Get the propertiesUpdater of this external resource.

resourceType

resourceType

Get the resource's type.

staticLocation

location

Get the location of the external resource.

status

provisioningStatus

provisioning status of agent.

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:externalResourceUpdater xsi:type="obh:externalResourceUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <addresses>your_addressesListUpdater_0</addresses>
        <bookingInfo>your_string_0</bookingInfo>
        <capacity>your_int_0</capacity>
        <description>your_string_0</description>
        <name>your_string_0</name>
        <parent>your_beeId_0</parent>
        <primaryAddress>your_entityAddress_0</primaryAddress>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <resourceType>your_resourceType_0</resourceType>
        <staticLocation>your_location_0</staticLocation>
        <status>your_provisioningStatus_0</status>
</obh:externalResourceUpdater>

Referenced By Representaions