public class

CallOptions

extends Dynamic
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.CallOptions

Class Overview

Java class for anonymous complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected Boolean useSingleTransaction
Public Constructors
CallOptions()
Public Methods
Boolean isUseSingleTransaction()
Gets the value of the useSingleTransaction property.
void setUseSingleTransaction(Boolean value)
Sets the value of the useSingleTransaction property.
[Expand]
Inherited Methods
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected Boolean useSingleTransaction

Public Constructors

public CallOptions ()

Public Methods

public Boolean isUseSingleTransaction ()

Gets the value of the useSingleTransaction property.

Returns
  • possible object is Boolean

public void setUseSingleTransaction (Boolean value)

Sets the value of the useSingleTransaction property.

Parameters
value Allowed object is Boolean