| java.lang.Object | ||
| ↳ | com.clarizen.api.BaseMessage | |
| ↳ | com.clarizen.api.LifecycleMessage | |
Java class for LifecycleMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LifecycleMessage">
<complexContent>
<extension base="{http://clarizen.com/api}BaseMessage">
<sequence>
<element name="Ids" type="{http://clarizen.com/api}ArrayOfEntityId" minOccurs="0"/>
<element name="Operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Recursive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ids | |||||||||||
| operation | |||||||||||
| recursive | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the ids property.
| |||||||||||
Gets the value of the operation property.
| |||||||||||
Gets the value of the recursive property.
| |||||||||||
Sets the value of the ids property.
| |||||||||||
Sets the value of the operation property.
| |||||||||||
Sets the value of the recursive property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the ids property.
ArrayOfEntityId
Gets the value of the operation property.
Gets the value of the recursive property.
Sets the value of the ids property.
| value | Allowed object is
ArrayOfEntityId
|
|---|
Sets the value of the operation property.
| value | Allowed object is String |
|---|
Sets the value of the recursive property.
| value | Allowed object is Boolean |
|---|