public class

CallOptions

extends Object
java.lang.Object
   ↳ com.clarizen.api.CallOptions

Class Overview

Java class for CallOptions complex type.

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

 <complexType name="CallOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Batch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DisableValidationRules" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DisableWorkflowRules" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean batch
protected Boolean disableValidationRules
protected Boolean disableWorkflowRules
Public Constructors
CallOptions()
Public Methods
Boolean isBatch()
Gets the value of the batch property.
Boolean isDisableValidationRules()
Gets the value of the disableValidationRules property.
Boolean isDisableWorkflowRules()
Gets the value of the disableWorkflowRules property.
void setBatch(Boolean value)
Sets the value of the batch property.
void setDisableValidationRules(Boolean value)
Sets the value of the disableValidationRules property.
void setDisableWorkflowRules(Boolean value)
Sets the value of the disableWorkflowRules property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean batch

protected Boolean disableValidationRules

protected Boolean disableWorkflowRules

Public Constructors

public CallOptions ()

Public Methods

public Boolean isBatch ()

Gets the value of the batch property.

Returns
  • possible object is Boolean

public Boolean isDisableValidationRules ()

Gets the value of the disableValidationRules property.

Returns
  • possible object is Boolean

public Boolean isDisableWorkflowRules ()

Gets the value of the disableWorkflowRules property.

Returns
  • possible object is Boolean

public void setBatch (Boolean value)

Sets the value of the batch property.

Parameters
value Allowed object is Boolean

public void setDisableValidationRules (Boolean value)

Sets the value of the disableValidationRules property.

Parameters
value Allowed object is Boolean

public void setDisableWorkflowRules (Boolean value)

Sets the value of the disableWorkflowRules property.

Parameters
value Allowed object is Boolean