| java.lang.Object | |
| ↳ | com.coupa.resources.PunchoutSiteSummary |
Java class for punchout-site-summary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="punchout-site-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="name" 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="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="identity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="secret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sender-domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sender-identity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="supplier-id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="created-by" type="{}user-summary" minOccurs="0"/>
<element name="updated-by" type="{}user-summary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| createdAt | |||||||||||
| createdBy | |||||||||||
| domain | |||||||||||
| id | |||||||||||
| identity | |||||||||||
| name | |||||||||||
| protocol | |||||||||||
| secret | |||||||||||
| senderDomain | |||||||||||
| senderIdentity | |||||||||||
| supplierId | |||||||||||
| updatedAt | |||||||||||
| updatedBy | |||||||||||
| url | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the createdAt property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the domain property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the identity property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the protocol property.
| |||||||||||
Gets the value of the secret property.
| |||||||||||
Gets the value of the senderDomain property.
| |||||||||||
Gets the value of the senderIdentity property.
| |||||||||||
Gets the value of the supplierId property.
| |||||||||||
Gets the value of the updatedAt property.
| |||||||||||
Gets the value of the updatedBy property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Sets the value of the createdAt property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the domain property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the identity property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the protocol property.
| |||||||||||
Sets the value of the secret property.
| |||||||||||
Sets the value of the senderDomain property.
| |||||||||||
Sets the value of the senderIdentity property.
| |||||||||||
Sets the value of the supplierId property.
| |||||||||||
Sets the value of the updatedAt property.
| |||||||||||
Sets the value of the updatedBy 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 createdBy property.
UserSummary
Gets the value of the domain property.
Gets the value of the id property.
Gets the value of the identity property.
Gets the value of the name property.
Gets the value of the protocol property.
Gets the value of the secret property.
Gets the value of the senderDomain property.
Gets the value of the senderIdentity property.
Gets the value of the supplierId property.
Gets the value of the updatedAt property.
Gets the value of the updatedBy property.
UserSummary
Gets the value of the url property.
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 domain property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the identity property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the protocol property.
| value | Allowed object is String |
|---|
Sets the value of the secret property.
| value | Allowed object is String |
|---|
Sets the value of the senderDomain property.
| value | Allowed object is String |
|---|
Sets the value of the senderIdentity property.
| value | Allowed object is String |
|---|
Sets the value of the supplierId property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the updatedAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedBy property.
| value | Allowed object is
UserSummary
|
|---|
Sets the value of the url property.
| value | Allowed object is String |
|---|