![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
description |
The new description associated with this version. | |
doNotAutoPurge |
Sets whether or not the Version may be purged as part of an automatic purging policy for old versions. | |
finalized |
Used to finalize the version's metadata. This cannot be performed successfully unless the version is already checked in. Versions start out as being unfinalized. | |
versionLabel |
The new label associated with this version. |
Inherits From
<xs:complexType name="versionUpdater">
<xs:complexContent>
<xs:extension base="tns:entityUpdater">
<xs:sequence>
<xs:element minOccurs="0" name="description" type="xs:string"/>
<xs:element minOccurs="0" name="doNotAutoPurge" type="xs:boolean"/>
<xs:element minOccurs="0" name="finalized" type="xs:boolean"/>
<xs:element minOccurs="0" name="versionLabel" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

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