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