| java.lang.Object | |||
| ↳ | com.clarizen.api.BaseMessage | ||
| ↳ | com.clarizen.api.metadata.MetadataMessage | ||
| ↳ | com.clarizen.api.metadata.DescribeEntitiesMessage | ||
Java class for DescribeEntitiesMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeEntitiesMessage">
<complexContent>
<extension base="{http://clarizen.com/api/metadata}MetadataMessage">
<sequence>
<element name="TypeNames" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| typeNames | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the typeNames property.
| |||||||||||
Sets the value of the typeNames property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the typeNames property.
StringList
Sets the value of the typeNames property.
| value | Allowed object is
StringList
|
|---|