public class

DescribeEntitiesResult

extends Result
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.metadata.DescribeEntitiesResult

Class Overview

Java class for DescribeEntitiesResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DescribeEntitiesResult">
   <complexContent>
     <extension base="{http://clarizen.com/api}Result">
       <sequence>
         <element name="EntityDescriptions" type="{http://clarizen.com/api/metadata}ArrayOfEntityDescription" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfEntityDescription entityDescriptions
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
DescribeEntitiesResult()
Public Methods
ArrayOfEntityDescription getEntityDescriptions()
Gets the value of the entityDescriptions property.
void setEntityDescriptions(ArrayOfEntityDescription value)
Sets the value of the entityDescriptions property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected ArrayOfEntityDescription entityDescriptions

Public Constructors

public DescribeEntitiesResult ()

Public Methods

public ArrayOfEntityDescription getEntityDescriptions ()

Gets the value of the entityDescriptions property.

Returns

public void setEntityDescriptions (ArrayOfEntityDescription value)

Sets the value of the entityDescriptions property.

Parameters
value Allowed object is ArrayOfEntityDescription