/AWS1/CL_CNTREALTIMECONTACTA15¶
Object that describes attached file.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_attachmentname TYPE /AWS1/CNTATTACHMENTNAME /AWS1/CNTATTACHMENTNAME¶
A case-sensitive name of the attachment being uploaded. Can be redacted.
iv_attachmentid TYPE /AWS1/CNTARTIFACTID /AWS1/CNTARTIFACTID¶
A unique identifier for the attachment.
Optional arguments:¶
iv_contenttype TYPE /AWS1/CNTCONTENTTYPE /AWS1/CNTCONTENTTYPE¶
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
iv_status TYPE /AWS1/CNTARTIFACTSTATUS /AWS1/CNTARTIFACTSTATUS¶
Status of the attachment.
Queryable Attributes¶
AttachmentName¶
A case-sensitive name of the attachment being uploaded. Can be redacted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTNAME() |
Getter for ATTACHMENTNAME, with configurable default |
ASK_ATTACHMENTNAME() |
Getter for ATTACHMENTNAME w/ exceptions if field has no valu |
HAS_ATTACHMENTNAME() |
Determine if ATTACHMENTNAME has a value |
ContentType¶
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |
AttachmentId¶
A unique identifier for the attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTID() |
Getter for ATTACHMENTID, with configurable default |
ASK_ATTACHMENTID() |
Getter for ATTACHMENTID w/ exceptions if field has no value |
HAS_ATTACHMENTID() |
Determine if ATTACHMENTID has a value |
Status¶
Status of the attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS 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_REALTIMECONTACTALYATTACHM00¶
TYPES TT_REALTIMECONTACTALYATTACHM00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTREALTIMECONTACTA15 WITH DEFAULT KEY
.