public class

PreviewOptions

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean enablePreviewMode
protected Integer numberOfPeriods
[Expand]
Inherited Fields
From class com.zuora.api.object.Dynamic
Public Constructors
PreviewOptions()
Public Methods
Integer getNumberOfPeriods()
Gets the value of the numberOfPeriods property.
Boolean isEnablePreviewMode()
Gets the value of the enablePreviewMode property.
void setEnablePreviewMode(Boolean value)
Sets the value of the enablePreviewMode property.
void setNumberOfPeriods(Integer value)
Sets the value of the numberOfPeriods 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 enablePreviewMode

protected Integer numberOfPeriods

Public Constructors

public PreviewOptions ()

Public Methods

public Integer getNumberOfPeriods ()

Gets the value of the numberOfPeriods property.

Returns
  • possible object is Integer

public Boolean isEnablePreviewMode ()

Gets the value of the enablePreviewMode property.

Returns
  • possible object is Boolean

public void setEnablePreviewMode (Boolean value)

Sets the value of the enablePreviewMode property.

Parameters
value Allowed object is Boolean

public void setNumberOfPeriods (Integer value)

Sets the value of the numberOfPeriods property.

Parameters
value Allowed object is Integer