| java.lang.Object | |
| ↳ | com.coupa.resources.OrderHeaderRevision.RevisionRecord |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="revision" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="created-by" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| createdAt | |||||||||||
| createdBy | |||||||||||
| id | |||||||||||
| revision | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the createdAt property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the revision property.
| |||||||||||
Sets the value of the createdAt property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the revision property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the createdAt property.
Gets the value of the createdBy property.
Gets the value of the id property.
Gets the value of the revision property.
Sets the value of the createdAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createdBy property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the id property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the revision property.
| value | Allowed object is BigInteger |
|---|