| java.lang.Object | ||
| ↳ | com.zuora.api.object.Dynamic | |
| ↳ | com.zuora.api.PreviewOptions | |
Java class for PreviewOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreviewOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EnablePreviewMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="NumberOfPeriods" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enablePreviewMode | |||||||||||
| numberOfPeriods | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.Dynamic
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the numberOfPeriods property.
| |||||||||||
Gets the value of the enablePreviewMode property.
| |||||||||||
Sets the value of the enablePreviewMode property.
| |||||||||||
Sets the value of the numberOfPeriods property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.Dynamic
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the numberOfPeriods property.
Gets the value of the enablePreviewMode property.
Sets the value of the enablePreviewMode property.
| value | Allowed object is Boolean |
|---|
Sets the value of the numberOfPeriods property.
| value | Allowed object is Integer |
|---|