| java.lang.Object | ||
| ↳ | com.zuora.api.object.Dynamic | |
| ↳ | com.zuora.api.AmendRequest | |
Java class for AmendRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmendRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amendments" type="{http://object.api.zuora.com/}Amendment" maxOccurs="unbounded" minOccurs="0"/>
<element name="AmendOptions" type="{http://api.zuora.com/}AmendOptions" minOccurs="0"/>
<element name="PreviewOptions" type="{http://api.zuora.com/}PreviewOptions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amendOptions | |||||||||||
| amendments | |||||||||||
| previewOptions | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amendOptions property.
| |||||||||||
Gets the value of the amendments property.
| |||||||||||
Gets the value of the previewOptions property.
| |||||||||||
Sets the value of the amendOptions property.
| |||||||||||
Sets the value of the previewOptions property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.Dynamic
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amendOptions property.
AmendOptions
Gets the value of the amendments property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the amendments property.
For example, to add a new item, do as follows:
getAmendments().add(newItem);
Objects of the following type(s) are allowed in the list
Amendment
Gets the value of the previewOptions property.
PreviewOptions
Sets the value of the amendOptions property.
| value | Allowed object is
AmendOptions
|
|---|
Sets the value of the previewOptions property.
| value | Allowed object is
PreviewOptions
|
|---|