/AWS1/CL_ODBCUSTOMERCONTACT¶
A contact to receive notification from Oracle about maintenance updates for a specific Exadata infrastructure.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_email
TYPE /AWS1/ODBSENSITIVESTRING
/AWS1/ODBSENSITIVESTRING
¶
The email address of the contact.
Queryable Attributes¶
email¶
The email address of the contact.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EMAIL() |
Getter for EMAIL, with configurable default |
ASK_EMAIL() |
Getter for EMAIL w/ exceptions if field has no value |
HAS_EMAIL() |
Determine if EMAIL has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CUSTOMERCONTACTS
¶
TYPES TT_CUSTOMERCONTACTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBCUSTOMERCONTACT WITH DEFAULT KEY
.