public class

DeleteMessage

extends BaseMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.DeleteMessage

Class Overview

Java class for DeleteMessage complex type.

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

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

Summary

Fields
protected EntityId id
Public Constructors
DeleteMessage()
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 java.lang.Object

Fields

protected EntityId id

Public Constructors

public DeleteMessage ()

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