| java.lang.Object | |
| ↳ | com.workday.integrations.NotificationAttachmentDataType |
Notification Attachment Data
Java class for Notification_Attachment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Notification_Attachment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attachment_External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attachmentExternalFieldReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attachmentExternalFieldReference property.
| |||||||||||
Sets the value of the attachmentExternalFieldReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attachmentExternalFieldReference property.
ExternalFieldObjectType
Sets the value of the attachmentExternalFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|