public class

ListEntitiesResult

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

Class Overview

Java class for ListEntitiesResult complex type.

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

 <complexType name="ListEntitiesResult">
   <complexContent>
     <extension base="{http://clarizen.com/api}Result">
       <sequence>
         <element name="TypeNames" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected StringList typeNames
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
ListEntitiesResult()
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 com.clarizen.api.Result
From class java.lang.Object

Fields

protected StringList typeNames

Public Constructors

public ListEntitiesResult ()

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