![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Name | Type | Required | Description |
---|---|---|---|
addresses |
![]() |
Addresses of the AddressesBookElement. | |
alias |
![]() |
Alias of the element. Note that this is distinct from the name or nickname of the element. | |
attachments |
anyType[] |
![]() |
Attachments to the AddressBookElement. |
autoCreated |
![]() |
Checks if this element has been created automatically. When a user/group/resource is added to a team workspace, a bookmarked contact is automatically created in the default team workspace address book. The type of contact created depends on the entity added to the workspace i.e. PersonContact for OrganizationUser, GroupContact for Group, ResourceContact for Resource. The automatically created contacts are read-only. | |
buddyListEntry |
![]() |
Checks if this element is also included in the owner's buddy list. | |
favorite |
(constrained to Favorite) |
![]() |
BuddyList if the contact is marked as BuddyList entry or PeopleList if the contact is marked as PeopleList entry |
groupContacts |
![]() |
GroupContacts to which the AddressBookElement directly belongs. | |
peopleListEntry |
![]() |
Checks if this element is also included in the owner's people list. | |
primaryAddress |
![]() |
Primary Address of the AddressBookElement. | |
priority |
![]() |
Priority of the element for the current user. | |
sensitivity |
![]() |
Sensitivity assigned to the element | |
size |
![]() |
Size of the AddressBookElement. | |
speedDial |
![]() |
Speed dial number of the element for the current user. The speed dial may be set to null. |
Inherits From
Inherited By
Applied Markers
<xs:complexType name="addressBookElement"> <xs:complexContent> <xs:extension base="tns:artifact"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="addresses" type="tns:entityAddress"/> <xs:element minOccurs="0" name="alias" type="xs:string"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="attachments" type="xs:anyType"/> <xs:element name="autoCreated" type="xs:boolean"/> <xs:element name="buddyListEntry" type="xs:boolean"/> <xs:element minOccurs="0" name="favorite" type="xs:anyType"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="groupContacts" nillable="true" type="tns:groupContact"/> <xs:element name="peopleListEntry" type="xs:boolean"/> <xs:element minOccurs="0" name="primaryAddress" type="tns:entityAddress"/> <xs:element minOccurs="0" name="priority" type="tns:priority"/> <xs:element minOccurs="0" ref="tns:sensitivity"/> <xs:element name="size" type="xs:long"/> <xs:element minOccurs="0" name="speedDial" type="xs:int"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices