public class

InstallApplicationMessage

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

Class Overview

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>
 

Summary

Fields
protected String applicationId
protected Boolean autoEnable
Public Constructors
InstallApplicationMessage()
Public Methods
String getApplicationId()
Gets the value of the applicationId property.
Boolean isAutoEnable()
Gets the value of the autoEnable property.
void setApplicationId(String value)
Sets the value of the applicationId property.
void setAutoEnable(Boolean value)
Sets the value of the autoEnable property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String applicationId

protected Boolean autoEnable

Public Constructors

public InstallApplicationMessage ()

Public Methods

public String getApplicationId ()

Gets the value of the applicationId property.

Returns
  • possible object is String

public Boolean isAutoEnable ()

Gets the value of the autoEnable property.

Returns
  • possible object is Boolean

public void setApplicationId (String value)

Sets the value of the applicationId property.

Parameters
value Allowed object is String

public void setAutoEnable (Boolean value)

Sets the value of the autoEnable property.

Parameters
value Allowed object is Boolean