public class

GenerateUniqueIdsResult

extends Result
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.GenerateUniqueIdsResult

Class Overview

Java class for GenerateUniqueIdsResult complex type.

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

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

Summary

Fields
protected StringList ids
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
GenerateUniqueIdsResult()
Public Methods
StringList getIds()
Gets the value of the ids property.
void setIds(StringList value)
Sets the value of the ids property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected StringList ids

Public Constructors

public GenerateUniqueIdsResult ()

Public Methods

public StringList getIds ()

Gets the value of the ids property.

Returns

public void setIds (StringList value)

Sets the value of the ids property.

Parameters
value Allowed object is StringList