public class

QueryOptions

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

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="batchSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer batchSize
protected Boolean caseSensitive
[Expand]
Inherited Fields
From class com.zuora.api.object.Dynamic
Public Constructors
QueryOptions()
Public Methods
Integer getBatchSize()
Gets the value of the batchSize property.
Boolean isCaseSensitive()
Gets the value of the caseSensitive property.
void setBatchSize(Integer value)
Sets the value of the batchSize property.
void setCaseSensitive(Boolean value)
Sets the value of the caseSensitive 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 Integer batchSize

protected Boolean caseSensitive

Public Constructors

public QueryOptions ()

Public Methods

public Integer getBatchSize ()

Gets the value of the batchSize property.

Returns

public Boolean isCaseSensitive ()

Gets the value of the caseSensitive property.

Returns

public void setBatchSize (Integer value)

Sets the value of the batchSize property.

Parameters
value allowed object is Integer

public void setCaseSensitive (Boolean value)

Sets the value of the caseSensitive property.

Parameters
value allowed object is Boolean