| java.lang.Object | |
| ↳ | com.clarizen.api.CallOptions |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batch | |||||||||||
| disableValidationRules | |||||||||||
| disableWorkflowRules | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batch property.
| |||||||||||
Gets the value of the disableValidationRules property.
| |||||||||||
Gets the value of the disableWorkflowRules property.
| |||||||||||
Sets the value of the batch property.
| |||||||||||
Sets the value of the disableValidationRules property.
| |||||||||||
Sets the value of the disableWorkflowRules property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the batch property.
Gets the value of the disableValidationRules property.
Gets the value of the disableWorkflowRules property.
Sets the value of the batch property.
| value | Allowed object is Boolean |
|---|
Sets the value of the disableValidationRules property.
| value | Allowed object is Boolean |
|---|
Sets the value of the disableWorkflowRules property.
| value | Allowed object is Boolean |
|---|