| java.lang.Object | ||
| ↳ | com.clarizen.api.BaseMessage | |
| ↳ | com.clarizen.api.CreateMessage | |
Known Direct Subclasses
|
Java class for CreateMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateMessage">
<complexContent>
<extension base="{http://clarizen.com/api}BaseMessage">
<sequence>
<element name="Entity" type="{http://clarizen.com/api}BaseEntity" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entity | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entity property.
| |||||||||||
Sets the value of the entity property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the entity property.
BaseEntity
Sets the value of the entity property.
| value | Allowed object is
BaseEntity
|
|---|