| java.lang.Object | ||
| ↳ | com.coupa.resources.Resource | |
| ↳ | com.coupa.resources.RequisitionHeader | |
Java class for requisition-header complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="requisition-header">
<complexContent>
<extension base="{}resource">
<sequence>
<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="buyer-note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="justification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="need-by-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="reject-reason-comment" 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="submitted-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="exported" type="{}restBoolean" minOccurs="0"/>
<element name="ship-to-attention" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="department" type="{}department-summary" minOccurs="0"/>
<element name="requested-by" type="{}user-summary" minOccurs="0"/>
<element name="ship-to-address" type="{}address-summary" minOccurs="0"/>
<element name="attachments" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attachment" type="{}attachment-summary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="requisition-lines" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="requisition-line" type="{}requisition-line-summary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="approvals" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="approval" type="{}approval-summary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="created-by" type="{}user-summary" minOccurs="0"/>
<element name="updated-by" type="{}user-summary" minOccurs="0"/>
<element name="custom-field-1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="custom-field-2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RequisitionHeader.Approvals | Java class for anonymous complex type. |
||||||||||
| RequisitionHeader.Attachments | Java class for anonymous complex type. |
||||||||||
| RequisitionHeader.RequisitionLines | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| approvals | |||||||||||
| attachments | |||||||||||
| buyerNote | |||||||||||
| createdAt | |||||||||||
| createdBy | |||||||||||
| customField1 | |||||||||||
| customField2 | |||||||||||
| department | |||||||||||
| exported | |||||||||||
| justification | |||||||||||
| needByDate | |||||||||||
| rejectReasonComment | |||||||||||
| requestedBy | |||||||||||
| requisitionLines | |||||||||||
| shipToAddress | |||||||||||
| shipToAttention | |||||||||||
| status | |||||||||||
| submittedAt | |||||||||||
| total | |||||||||||
| updatedAt | |||||||||||
| updatedBy | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the approvals property.
| |||||||||||
Gets the value of the attachments property.
| |||||||||||
Gets the value of the buyerNote property.
| |||||||||||
Gets the value of the createdAt property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the customField1 property.
| |||||||||||
Gets the value of the customField2 property.
| |||||||||||
Gets the value of the department property.
| |||||||||||
Gets the value of the exported property.
| |||||||||||
Gets the value of the justification property.
| |||||||||||
Gets the value of the needByDate property.
| |||||||||||
Gets the value of the rejectReasonComment property.
| |||||||||||
Gets the value of the requestedBy property.
| |||||||||||
Gets the value of the requisitionLines property.
| |||||||||||
Gets the value of the shipToAddress property.
| |||||||||||
Gets the value of the shipToAttention property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the submittedAt property.
| |||||||||||
Gets the value of the total property.
| |||||||||||
Gets the value of the updatedAt property.
| |||||||||||
Gets the value of the updatedBy property.
| |||||||||||
Sets the value of the approvals property.
| |||||||||||
Sets the value of the attachments property.
| |||||||||||
Sets the value of the buyerNote property.
| |||||||||||
Sets the value of the createdAt property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the customField1 property.
| |||||||||||
Sets the value of the customField2 property.
| |||||||||||
Sets the value of the department property.
| |||||||||||
Sets the value of the exported property.
| |||||||||||
Sets the value of the justification property.
| |||||||||||
Sets the value of the needByDate property.
| |||||||||||
Sets the value of the rejectReasonComment property.
| |||||||||||
Sets the value of the requestedBy property.
| |||||||||||
Sets the value of the requisitionLines property.
| |||||||||||
Sets the value of the shipToAddress property.
| |||||||||||
Sets the value of the shipToAttention property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the submittedAt property.
| |||||||||||
Sets the value of the total property.
| |||||||||||
Sets the value of the updatedAt property.
| |||||||||||
Sets the value of the updatedBy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.coupa.api.Identifiable
| |||||||||||
Gets the value of the approvals property.
RequisitionHeader.Approvals
Gets the value of the attachments property.
RequisitionHeader.Attachments
Gets the value of the buyerNote property.
Gets the value of the createdAt property.
Gets the value of the createdBy property.
UserSummary
Gets the value of the customField1 property.
Gets the value of the customField2 property.
Gets the value of the department property.
DepartmentSummary
Gets the value of the exported property.
RestBoolean
Gets the value of the justification property.
Gets the value of the needByDate property.
Gets the value of the rejectReasonComment property.
Gets the value of the requestedBy property.
UserSummary
Gets the value of the requisitionLines property.
RequisitionHeader.RequisitionLines
Gets the value of the shipToAddress property.
AddressSummary
Gets the value of the shipToAttention property.
Gets the value of the status property.
Gets the value of the submittedAt property.
Gets the value of the total property.
Gets the value of the updatedAt property.
Gets the value of the updatedBy property.
UserSummary
Sets the value of the approvals property.
| value | Allowed object is
RequisitionHeader.Approvals
|
|---|
Sets the value of the attachments property.
| value | Allowed object is
RequisitionHeader.Attachments
|
|---|
Sets the value of the buyerNote property.
| value | Allowed object is String |
|---|
Sets the value of the createdAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createdBy property.
| value | Allowed object is
UserSummary
|
|---|
Sets the value of the customField1 property.
| value | Allowed object is String |
|---|
Sets the value of the customField2 property.
| value | Allowed object is String |
|---|
Sets the value of the department property.
| value | Allowed object is
DepartmentSummary
|
|---|
Sets the value of the exported property.
| value | Allowed object is
RestBoolean
|
|---|
Sets the value of the justification property.
| value | Allowed object is String |
|---|
Sets the value of the needByDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the rejectReasonComment property.
| value | Allowed object is String |
|---|
Sets the value of the requestedBy property.
| value | Allowed object is
UserSummary
|
|---|
Sets the value of the requisitionLines property.
| value | Allowed object is
RequisitionHeader.RequisitionLines
|
|---|
Sets the value of the shipToAddress property.
| value | Allowed object is
AddressSummary
|
|---|
Sets the value of the shipToAttention property.
| value | Allowed object is String |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the submittedAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the total property.
| value | Allowed object is String |
|---|
Sets the value of the updatedAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedBy property.
| value | Allowed object is
UserSummary
|
|---|