![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
aliases |
string[] |
The list of aliases for this company. |
collabId |
The collabId associated with this company. | |
displayName |
The display name of the company. Display name is got using the following rules: 1) If there is a name for the company, the name is returned 2) If no name is set, a comma separated list of domain names will be returned. 3) If no domain is set, a comma separated list of aliases will be returned. 4) if nothing is set, then empty string ("") will be returned. | |
domainNames |
string[] |
The list of domains of this company |
name |
The company name |
Inherited By
Applied Markers
<xs:complexType name="expertiseCompany">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="aliases"
nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
<xs:element minOccurs="0" name="displayName" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="domainNames" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="name" type="xs:string"/>
</xs:sequence>
</xs:complexType>

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