http://www.fatwire.com/schema/rest/1.0
element indexConfigsBean

Documentation
        This bean represents the list of all index configurations,
        including asset-type-based and global indexes.
      
Properties
This component is not nillable.

Model
<indexConfigsBean>
indexConfig
</indexConfigsBean>


Nested Element Summary
 indexConfig
           This bean represents a configuration for either a global index or an asset-type-based index.  
Source
<xs:element name="indexConfigsBean">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="indexConfig">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element name="href" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="statusObjects" type="indexStatus">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.