| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboBulkResult |
Provides the definition for bulk create entity
Java class for QboBulkResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QboBulkResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<element name="SyncToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Success" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ErrorClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorCause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| errorCause | |||||||||||
| errorClass | |||||||||||
| errorCode | |||||||||||
| id | |||||||||||
| message | |||||||||||
| success | |||||||||||
| syncToken | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the errorCause property.
| |||||||||||
Gets the value of the errorClass property.
| |||||||||||
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the message property.
| |||||||||||
Gets the value of the syncToken property.
| |||||||||||
Gets the value of the success property.
| |||||||||||
Sets the value of the errorCause property.
| |||||||||||
Sets the value of the errorClass property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the message property.
| |||||||||||
Sets the value of the success property.
| |||||||||||
Sets the value of the syncToken property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the errorCause property.
Gets the value of the errorClass property.
Gets the value of the errorCode property.
Gets the value of the message property.
Gets the value of the syncToken property.
Gets the value of the success property.
Sets the value of the errorCause property.
| value | Allowed object is String |
|---|
Sets the value of the errorClass property.
| value | Allowed object is String |
|---|
Sets the value of the errorCode property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the message property.
| value | Allowed object is String |
|---|
Sets the value of the success property.
| value | Allowed object is Boolean |
|---|
Sets the value of the syncToken property.
| value | Allowed object is String |
|---|