| java.lang.Object | |||
| ↳ | com.zuora.api.object.Dynamic | ||
| ↳ | com.zuora.api.object.ZObject | ||
| ↳ | com.zuora.api.object.Import | ||
Java class for Import complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Import">
<complexContent>
<extension base="{http://object.api.zuora.com/}zObject">
<sequence>
<element name="CreatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="FileContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="ImportedCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ImportType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Md5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OriginalResourceUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResultResourceUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatusReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TotalCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="UpdatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="UpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| createdById | |||||||||||
| createdDate | |||||||||||
| fileContent | |||||||||||
| importType | |||||||||||
| importedCount | |||||||||||
| md5 | |||||||||||
| name | |||||||||||
| originalResourceUrl | |||||||||||
| resultResourceUrl | |||||||||||
| status | |||||||||||
| statusReason | |||||||||||
| totalCount | |||||||||||
| updatedById | |||||||||||
| updatedDate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the createdById property.
| |||||||||||
Gets the value of the createdDate property.
| |||||||||||
Gets the value of the fileContent property.
| |||||||||||
Gets the value of the importType property.
| |||||||||||
Gets the value of the importedCount property.
| |||||||||||
Gets the value of the md5 property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the originalResourceUrl property.
| |||||||||||
Gets the value of the resultResourceUrl property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the statusReason property.
| |||||||||||
Gets the value of the totalCount property.
| |||||||||||
Gets the value of the updatedById property.
| |||||||||||
Gets the value of the updatedDate property.
| |||||||||||
Sets the value of the createdById property.
| |||||||||||
Sets the value of the createdDate property.
| |||||||||||
Sets the value of the fileContent property.
| |||||||||||
Sets the value of the importType property.
| |||||||||||
Sets the value of the importedCount property.
| |||||||||||
Sets the value of the md5 property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the originalResourceUrl property.
| |||||||||||
Sets the value of the resultResourceUrl property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the statusReason property.
| |||||||||||
Sets the value of the totalCount property.
| |||||||||||
Sets the value of the updatedById property.
| |||||||||||
Sets the value of the updatedDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
From class
com.zuora.api.object.Dynamic
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the createdById property.
Gets the value of the createdDate property.
Gets the value of the fileContent property.
Gets the value of the importType property.
Gets the value of the importedCount property.
Gets the value of the md5 property.
Gets the value of the name property.
Gets the value of the originalResourceUrl property.
Gets the value of the resultResourceUrl property.
Gets the value of the status property.
Gets the value of the statusReason property.
Gets the value of the totalCount property.
Gets the value of the updatedById property.
Gets the value of the updatedDate property.
Sets the value of the createdById property.
| value | Allowed object is String |
|---|
Sets the value of the createdDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the fileContent property.
| value | Allowed object is byte[] |
|---|
Sets the value of the importType property.
| value | Allowed object is String |
|---|
Sets the value of the importedCount property.
| value | Allowed object is Integer |
|---|
Sets the value of the md5 property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the originalResourceUrl property.
| value | Allowed object is String |
|---|
Sets the value of the resultResourceUrl property.
| value | Allowed object is String |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the statusReason property.
| value | Allowed object is String |
|---|
Sets the value of the totalCount property.
| value | Allowed object is Integer |
|---|
Sets the value of the updatedById property.
| value | Allowed object is String |
|---|
Sets the value of the updatedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|