public class

CreateResult

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

Class Overview

Java class for CreateResult complex type.

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

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

Summary

Fields
protected EntityId id
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
CreateResult()
Public Methods
EntityId getId()
Gets the value of the id property.
void setId(EntityId value)
Sets the value of the id property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected EntityId id

Public Constructors

public CreateResult ()

Public Methods

public EntityId getId ()

Gets the value of the id property.

Returns

public void setId (EntityId value)

Sets the value of the id property.

Parameters
value Allowed object is EntityId