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