public class

DescribeEntitiesMessage

extends MetadataMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.metadata.MetadataMessage
       ↳ com.clarizen.api.metadata.DescribeEntitiesMessage

Class Overview

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>
 

Summary

Fields
protected StringList typeNames
Public Constructors
DescribeEntitiesMessage()
Public Methods
StringList getTypeNames()
Gets the value of the typeNames property.
void setTypeNames(StringList value)
Sets the value of the typeNames property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected StringList typeNames

Public Constructors

public DescribeEntitiesMessage ()

Public Methods

public StringList getTypeNames ()

Gets the value of the typeNames property.

Returns

public void setTypeNames (StringList value)

Sets the value of the typeNames property.

Parameters
value Allowed object is StringList